arjun12102019 opened a new issue, #6782: URL: https://github.com/apache/seatunnel/issues/6782
Why do we require explicit thread safety using synchronized block for "metrics" map in "AbstractMetricsContext" class.  metrics is concurrentHashmap and which will take care of thread safety by default for "get" and "put" operations.  Please confirm about my understanding, So that I will make changes and raise PR. -- 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]
