ifndef-SleePy opened a new issue, #5169: URL: https://github.com/apache/inlong/issues/5169
### What happened * There is a race condition of collecting metrics of `HBaseSinkFunction` ### What you expected to happen * The metrics are collected in multiple threads without lock, however the metric collection (such as `SimpleCounter`) is not thread-safe ### How to reproduce * It can be reproduced easily with a high TPS ### Environment _No response_ ### InLong version master ### InLong Component InLong Sort ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
