[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 <nknize@apache.org>
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
f649753 to
c0b6125
Compare
Looks like it's just an access permission for the |
|
This is ready for review. |
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