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.x] [Tiered Caching] [Bug Fix] Use concurrentMap instead of HashMap to fix Concurrent Modification Exception #14253

Merged
merged 1 commit 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 <awskiran@amazon.com>
    
    * Update IndicesRequestCacheTests.java
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    * Update IndicesRequestCacheTests.java
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    * Update CHANGELOG.md
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    * Update IndicesRequestCache.java
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    * Update IndicesRequestCacheTests.java
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    * Update IndicesRequestCacheTests.java
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    * revert feature flags
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    * changelog to releaselog
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    * use concurrentmap
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    * Update IndicesRequestCacheTests.java
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    * Update IndicesRequestCacheTests.java
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    * Update CHANGELOG.md
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    * Update IndicesRequestCache.java
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    * Update IndicesRequestCacheTests.java
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    * Update IndicesRequestCacheTests.java
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    * revert feature flags
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    * changelog to releaselog
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    * revert the test removal
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    * revert the conflict resolutions
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    
    ---------
    
    Signed-off-by: Kiran Prakash <awskiran@amazon.com>
    (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
    ef98351 View commit details
    Browse the repository at this point in the history