OpenSearch/x-pack/plugin/searchable-snapshots/src
Tanguy Leroux f3b6e41f02 Do not wrap CacheFile reentrant r/w locks with ReleasableLock (#58244)
Today the read/write locks used internally by CacheFile object are 
wrapped into a ReleasableLock. This is not strictly required and also 
prevents usage of the tryLock() methods which we would like to use 
for early releasing of read operations (#58164).
2020-06-18 11:01:53 +02:00
..
main/java/org/elasticsearch Do not wrap CacheFile reentrant r/w locks with ReleasableLock (#58244) 2020-06-18 11:01:53 +02:00
test/java/org/elasticsearch Default to zero replicas for searchable snapshots (#57802) 2020-06-16 10:12:23 +01:00