OpenSearch/core/src/test
Boaz Leskes 8e15186293 Update `IndexShard#refreshMetric` via a `ReferenceManager.RefreshListener` (#25083)
The PR takes a different approach to solve #24806 than currently implemented via #25052. The `refreshMetric` that IndexShard maintains is updated using the refresh listeners infrastructure in lucene. This means that we truly count all refreshes that lucene makes and not have to worry about each individual caller (like `IndexShard@refresh` and `Engine#get()`)
2017-06-07 10:54:10 +02:00
..
java/org Update `IndexShard#refreshMetric` via a `ReferenceManager.RefreshListener` (#25083) 2017-06-07 10:54:10 +02:00
resources [Test] Remove unused test resources in core (#25011) 2017-06-02 09:08:51 +02:00
eclipse-build.gradle Build: Change project attachment into special extra-plugins dir 2015-11-22 08:44:33 -08:00