-
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
[Remove] Deprecated Synced Flush API #1761
Conversation
Can one of the admins verify this patch? |
❌ Gradle Check failure 57d27afd9aa7d5db8ef400e56e3751ae0efaaed6 |
I went looking for any documentation for this API, and the only reference I found was in the security plugin. Will we need a follow up task to clean that up? |
57d27af
to
19a7d65
Compare
❌ Gradle Check failure 19a7d655fd8e01778dd39113fbbbcf5d5de230c6 |
19a7d65
to
1b6cbfb
Compare
❌ Gradle Check failure 1b6cbfbe46ce6a594245c48ff09fe974af930ae2 |
This commit removes the deprecated sync flush API which was replaced by sequence number and retention lease mechanisms and no longer used in 2.0.0. Signed-off-by: Nicholas Walter Knize <[email protected]>
Signed-off-by: Nicholas Walter Knize <[email protected]>
Signed-off-by: Nicholas Walter Knize <[email protected]>
f649753
to
c0b6125
Compare
Looks like it's just an access permission for the
|
This is ready for review. |
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.
LGTM
This PR removes the deprecated synced flush API which was replaced by sequence number and retention lease mechanisms and no longer used in 2.0.0.
NOTE: this is not a blocker for Lucene 9 or 6.x deprecation removal
relates: #1674