OpenSearch/test/framework
Boaz Leskes beb55d148a
Simplify the Translog constructor by always expecting an existing translog (#28676)
Currently the Translog constructor is capable both of opening an existing translog and creating a
new one (deleting existing files). This PR separates these two into separate code paths. The
constructors opens files and a dedicated static methods creates an empty translog.
2018-02-15 09:24:09 +01:00
..
src Simplify the Translog constructor by always expecting an existing translog (#28676) 2018-02-15 09:24:09 +01:00
build.gradle Generalize BWC logic (#28505) 2018-02-09 14:55:10 -06:00