-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tiered Caching] [Bug Fix] Use concurrentMap instead of HashMap to fi…
…x Concurrent Modification Exception (#14221) (#14254) * use concurrentmap * Update IndicesRequestCacheTests.java * Update IndicesRequestCacheTests.java * Update CHANGELOG.md * Update IndicesRequestCache.java * Update IndicesRequestCacheTests.java * Update IndicesRequestCacheTests.java * revert feature flags * changelog to releaselog * use concurrentmap * Update IndicesRequestCacheTests.java * Update IndicesRequestCacheTests.java * Update CHANGELOG.md * Update IndicesRequestCache.java * Update IndicesRequestCacheTests.java * Update IndicesRequestCacheTests.java * revert feature flags * changelog to releaselog * revert the test removal * revert the conflict resolutions --------- (cherry picked from commit ccf5289) Signed-off-by: Kiran Prakash <awskiran@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
- Loading branch information
1 parent
0d82a58
commit b79fedc
Showing
3 changed files
with
68 additions
and
10 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
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
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