Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.15] [Tiered Caching] [Bug Fix] Use concurrentMap instead of HashMap to fix Concurrent Modification Exception #14254

Merged
merged 2 commits into from
Jun 13, 2024

Commits on Jun 13, 2024

  1. [Tiered Caching] [Bug Fix] Use concurrentMap instead of HashMap to fi…

    …x Concurrent Modification Exception (#14221)
    
    * use concurrentmap
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * Update IndicesRequestCacheTests.java
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * Update IndicesRequestCacheTests.java
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * Update CHANGELOG.md
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * Update IndicesRequestCache.java
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * Update IndicesRequestCacheTests.java
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * Update IndicesRequestCacheTests.java
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * revert feature flags
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * changelog to releaselog
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * use concurrentmap
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * Update IndicesRequestCacheTests.java
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * Update IndicesRequestCacheTests.java
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * Update CHANGELOG.md
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * Update IndicesRequestCache.java
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * Update IndicesRequestCacheTests.java
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * Update IndicesRequestCacheTests.java
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * revert feature flags
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * changelog to releaselog
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * revert the test removal
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    * revert the conflict resolutions
    
    Signed-off-by: Kiran Prakash <[email protected]>
    
    ---------
    
    Signed-off-by: Kiran Prakash <[email protected]>
    (cherry picked from commit ccf5289)
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6161b48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a099a47 View commit details
    Browse the repository at this point in the history