OpenSearch/server
Nhat Nguyen 55a14230a7
Do not keep 5.x commits once having 6.x commits (#28188)
Currently we keep a 5.x index commit as a safe commit until we have a
6.x safe commit. During that time, if peer-recovery happens, a primary
will send a 5.x commit in file-based sync and the recovery will even
fail as the snapshotted commit does not have sequence number tags.

This commit updates the combined deletion policy to delete legacy
commits if there are 6.x commits.

Relates #27606
Relates #28038
2018-01-11 18:34:17 -05:00
..
cli Rename core module to server (#28180) 2018-01-11 11:30:43 -07:00
licenses Rename core module to server (#28180) 2018-01-11 11:30:43 -07:00
src Do not keep 5.x commits once having 6.x commits (#28188) 2018-01-11 18:34:17 -05:00
build.gradle Rename core module to server (#28180) 2018-01-11 11:30:43 -07:00