forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix thread context in getRepositoryData (elastic#99627)
Listeners which subscribe to `BlobStoreRepository#repoDataInitialized` are today completed in the thread context of the thread which first triggers the initialization of repository generation tracking, but we must instead capture each listener's own thread context to avoid cross-context pollution.
- Loading branch information
1 parent
ebd5ead
commit 0ad8aba
Showing
4 changed files
with
241 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 99627 | ||
summary: Fix thread context in `getRepositoryData` | ||
area: Snapshot/Restore | ||
type: bug | ||
issues: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.