awslabs / aws-mysql-jdbc

The Amazon Web Services (AWS) JDBC Driver for MySQL is a driver that enables applications to take full advantage of the features of clustered MySQL databases.
https://awslabs.github.io/aws-mysql-jdbc/
Other
227 stars 49 forks source link

fix: EFM v2 Monitor to use ConcurrentHashMap instead of HashMap to fi… #586

Closed aaronchung-bitquill closed 5 months ago

aaronchung-bitquill commented 5 months ago

Summary

fix: EFM v2 Monitor to use ConcurrentHashMap instead of HashMap to fix ConcurrentModificationException

Description

fix: EFM v2 Monitor to use ConcurrentHashMap instead of HashMap to fix ConcurrentModificationException

Additional Reviewers

By submitting this pull request, I confirm that my contribution is made under the terms of the GPLv2 license.