OpenSearch/src
Simon Willnauer 90ea4610c8 [FIELDDATA] Use KeyedLock in IndexFieldDataService
Today we synchronize when updating the IndexFieldDataService
datastructures. This might unnecessarily block progress if multiple
request need different fielddata instance for different fields.

This commit also fixes clear calls to actually consistently clear
the caches in the case of an exception.

Closes #6855
2014-07-16 15:49:17 +02:00
..
deb Packaging: Remove java-6 directories from debian init script 2014-06-13 13:48:22 +02:00
main [FIELDDATA] Use KeyedLock in IndexFieldDataService 2014-07-16 15:49:17 +02:00
rpm RPMs: Add timeout to shutdown with KILL signal 2014-01-16 16:14:25 +01:00
test Add read/write lock semantics to KeyedLock 2014-07-16 15:49:00 +02:00