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

Consider replacing usages of ConcurrentHashMap #8836

Closed
spericas opened this issue Jun 4, 2024 · 1 comment
Closed

Consider replacing usages of ConcurrentHashMap #8836

spericas opened this issue Jun 4, 2024 · 1 comment
Assignees
Projects
Milestone

Comments

@spericas
Copy link
Member

spericas commented Jun 4, 2024

Problem Description

ConcurrentHashMap is implemented using synchronized blocks. We recently found an issue that was causing some of our tests to hang due to the use of this class (see #8813). We should consider replacing usages of this class for our own maps and locks to avoid these problems.

Issues for each of the places that require additional analysis:

@spericas spericas added the 4.x Version 4.x label Jun 4, 2024
@spericas spericas added this to the 4.x milestone Jun 4, 2024
@spericas spericas added this to Triage in Backlog via automation Jun 4, 2024
@ljnelson
Copy link
Member

ljnelson commented Jun 4, 2024

@m0mus m0mus added the P2 label Jul 1, 2024
@m0mus m0mus moved this from Triage to High priority in Backlog Jul 1, 2024
Backlog automation moved this from High priority to Closed Jul 12, 2024
@spericas spericas added the epic label Jul 15, 2024
@barchetta barchetta modified the milestones: 4.x, 4.1.0 Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Backlog
  
Closed
Development

No branches or pull requests

5 participants