forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce forking in SLMGetExpiredSnapshotsAction (elastic#102978)
We only need to dispatch steps back onto the `MANAGEMENT` pool if they forked off it, and mostly that's not going to happen. With this commit we push the forking decisions down into the implementation in order to skip them when unnecessary. Relates elastic#101445
- Loading branch information
1 parent
c16f8ef
commit 715b1bf
Showing
2 changed files
with
13 additions
and
23 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
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