OpenSearch/test/framework
Nhat Nguyen 84fd39f5bb
Separate acquiring safe commit and last commit (#28271)
Previously we introduced a new parameter to `acquireIndexCommit` to
allow acquire either a safe commit or a last commit. However with the
new parameters, callers can provide a nonsense combination - flush first
but acquire the safe commit. This commit separates acquireIndexCommit
method into two different methods to avoid that problem. Moreover, this
change should also improve the readability.

Relates #28038
2018-02-16 21:25:58 -05:00
..
src Separate acquiring safe commit and last commit (#28271) 2018-02-16 21:25:58 -05:00
build.gradle Generalize BWC logic (#28505) 2018-02-09 14:55:10 -06:00