forked from apache/solr
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAI-5163 : ConcurrentModificationException from metrics callers (#227)
* Fixed ConcurrentModificationException triggered by concurrent write from AggregateMetricsApiCaller and read from CoresMetricsApiCaller on the missingCoreMetrics field Instead we will pass a req specific ResultContext, which will not be shared among threads * Added extra javadoc * Tweak unit test case testConcurrentCallers * ./gradlew tidy * Fixed weird indentation * Fixed javadoc
- Loading branch information
Showing
2 changed files
with
167 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.