OpenSearch/plugins/repository-hdfs
Simon Willnauer 5008694ba1 Remove support for legacy checksums
Elasticsearch 5.0 doesn't support indices wiht legacy checksums anymore.
The last time we write legacy checksums was in 1.3.0 which was based
on lucene 4.9 already which means that all files have CRC32 checksums.
All indices that Elasticsearch can read today must be written with
lucene version >= 4.8 anyway so we can drop this layer of backwards
compatibility entirely.

Since we are close to upgrading to Lucene 6.0 we should get rid of this
in a more contiained change than the lucene upgrade.
2016-03-03 22:58:18 +01:00
..
licenses Remove optional logger wrappers 2016-02-26 16:41:07 -05:00
src Remove support for legacy checksums 2016-03-03 22:58:18 +01:00
build.gradle Remove optional logger wrappers 2016-02-26 16:41:07 -05:00