-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Suspend Index throttling when relocating #128797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ankikuma
wants to merge
40
commits into
elastic:main
Choose a base branch
from
ankikuma:05192025/UnpauseIndexingForPermits
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+212
−13
Open
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
dfe639f
pause indexing and race condition diags
ankikuma 2601960
commit
ankikuma ec91a19
commit
ankikuma 3ddb78b
refresh branch
ankikuma f12949e
commit
ankikuma 90670f3
commit
ankikuma 45e3799
commit
ankikuma cd43ab3
Merge remote-tracking branch 'upstream/main' into 05192025/UnpauseInd…
ankikuma bf91cab
commit
ankikuma e642fea
address review comments
ankikuma a249357
Merge remote-tracking branch 'upstream/main' into 05192025/UnpauseInd…
ankikuma a11d2fd
Merge remote-tracking branch 'upstream/main' into 05192025/UnpauseInd…
ankikuma 82a37f5
test failure
ankikuma 560a035
remove commented code
ankikuma 1bb089e
Merge remote-tracking branch 'upstream/main' into 05192025/UnpauseInd…
ankikuma 048f944
minor changes
ankikuma 3e044bf
modified testRelocationWhileIndexingRandom
ankikuma 7abedf2
[CI] Auto commit changes from spotless
elasticsearchmachine 76f59b6
Merge remote-tracking branch 'upstream/main' into 05192025/UnpauseInd…
ankikuma 4afc8c5
Merge remote-tracking branch 'upstream/main' into 05192025/UnpauseInd…
ankikuma c5cce6e
update index settings
ankikuma 8485a8e
test
ankikuma 6315189
Merge remote-tracking branch 'upstream/main' into 05192025/UnpauseInd…
ankikuma 5e81c31
address comments
ankikuma 661fa12
test
ankikuma 77058ad
[CI] Auto commit changes from spotless
elasticsearchmachine 1d872c1
test
ankikuma 129622a
Merge branch '05192025/UnpauseIndexingForPermits' of github.com:ankik…
ankikuma 610bc0f
old changes
ankikuma e50c200
pull changes
ankikuma 343d9f2
Merge remote-tracking branch 'upstream/main' into 05192025/UnpauseInd…
ankikuma 94f212a
Merge branch '05192025/UnpauseIndexingForPermits' of github.com:ankik…
ankikuma 6a2bf2b
fix test
ankikuma ee22887
[CI] Auto commit changes from spotless
elasticsearchmachine 8e9d456
Merge remote-tracking branch 'upstream/main' into 05192025/UnpauseInd…
ankikuma 371dfbe
Merge remote-tracking branch 'upstream/main' into 05192025/UnpauseInd…
ankikuma c9438b4
fix test + throttle only for primary
ankikuma 31fe364
[CI] Auto commit changes from spotless
elasticsearchmachine 9729ebf
Merge remote-tracking branch 'upstream/main' into 05192025/UnpauseInd…
ankikuma 1134a5e
Merge branch '05192025/UnpauseIndexingForPermits' of github.com:ankik…
ankikuma File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we wait for the thread to be blocked on the condition here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made a change to wait for the future to complete, which times out. Were you thinking of something different ?