-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Refactor] LuceneChangesSnapshot to use accurate ops history #2452
[Refactor] LuceneChangesSnapshot to use accurate ops history #2452
Conversation
Can one of the admins verify this patch? |
9d73527
to
1c67d0b
Compare
✅ Gradle Check success 9d735277665f78051f0b8e6162760b08badc82ab |
Another #2440 failure; refiring |
start gradle check |
server/src/main/java/org/opensearch/index/engine/InternalEngine.java
Outdated
Show resolved
Hide resolved
✅ Gradle Check success 8f3b2a0d9e498ecb01c1d256dd7d36c8451fe414 |
❌ Gradle Check failure c3cff3232efce3fd49d6c1b106b58024ab4a2250 |
start gradle check |
❌ Gradle Check failure c3cff3232efce3fd49d6c1b106b58024ab4a2250 |
In log 3385:
It's tracked in issue #2440 In log 3389:
It's tracked in issue #1746 |
❌ Gradle Check failure c3cff3232efce3fd49d6c1b106b58024ab4a2250 |
Start gradle check |
❌ Gradle Check failure c3cff3232efce3fd49d6c1b106b58024ab4a2250 |
Start gradle check |
❌ Gradle Check failure c3cff3232efce3fd49d6c1b106b58024ab4a2250 |
Another #2440
We should mute this until we have the fix. |
start gradle check |
❌ Gradle Check failure c3cff3232efce3fd49d6c1b106b58024ab4a2250 |
❌ Gradle Check failure c3cff3232efce3fd49d6c1b106b58024ab4a2250 |
Not sure why there were two gradle checks running. For now I'm muting |
❌ Gradle Check failure d0193102c9918ec4a1cf6cb2574b984960d517ed |
unrelated S3 failure! Refiring again!
|
start gradle check |
❌ Gradle Check failure d0193102c9918ec4a1cf6cb2574b984960d517ed |
Another unrelated flake already reported in #1561;
Refiring |
start gradle check |
❌ Gradle Check failure d0193102c9918ec4a1cf6cb2574b984960d517ed |
d019310
to
505e1ea
Compare
❌ Gradle Check failure 505e1ea3281bf6c8f0cedfb8c406820f6acc4114 |
505e1ea
to
321ab12
Compare
❌ Gradle Check failure 321ab1298d700ad135afc257a547d11311dd41d5 |
Improves the LuceneChangesSnapshot to get an accurate count of recovery operations using sort by sequence number optimization. Signed-off-by: Nicholas Walter Knize <[email protected]>
Signed-off-by: Nicholas Walter Knize <[email protected]>
Signed-off-by: Nicholas Walter Knize <[email protected]>
Signed-off-by: Nicholas Walter Knize <[email protected]>
321ab12
to
6a15157
Compare
Improves the LuceneChangesSnapshot to get an accurate count of recovery
operations using sort by sequence number optimization. This is needed
for Lucene 9 where searchAfter pagination is not thread safe (leading to
inaccurate recovery count exceptions).