OpenSearch/core
Nhat Nguyen e0e1a92d36 Revert "Adjust CombinedDeletionPolicy for multiple commits (#27456)"
The commit looks harmless, unfortunately it can break the engine flush
scheduler and the translog rolling. Both `uncommittedOperations` and
`uncommittedSizeInBytes` are currently calculated based on the minimum
required generation for recovery rather than the translog generation of
the last index commit. This is not correct if other index commits are
reserved for snapshotting even though we are keeping the last index
commit only.

This reverts commit e95d18ec23.
2017-11-24 15:19:50 -05:00
..
cli Move the CLI into its own subproject (#27114) 2017-11-18 21:42:57 -06:00
licenses Tighten which classes can exit 2017-11-21 16:37:41 -05:00
src Revert "Adjust CombinedDeletionPolicy for multiple commits (#27456)" 2017-11-24 15:19:50 -05:00
build.gradle Tighten which classes can exit 2017-11-21 16:37:41 -05:00