caozj1011 opened a new pull request, #12020: URL: https://github.com/apache/iotdb/pull/12020
## Description The existing mechanism will have multiple threads modify the `partitionMaxFileVersions property`, which may cause a concurrency problem. This PR will fix an exception raised by a concurrency problem ## Before this PR Have a probability will throw a ConcurrentModificationException <img width="1318" alt="image" src="https://github.com/apache/iotdb/assets/34238279/16151f4a-aa3b-47fa-859e-7852d4afce81"> ## After this PR ConcurrentModificationException will not happen again -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
