funky-eyes commented on issue #7835: URL: https://github.com/apache/incubator-seata/issues/7835#issuecomment-3619692490
Based on the stack traces you shared, requests that take over 100 ms are getting blocked inside different methods. Some of those methods are just a simple map.get call and shouldn’t be that expensive, and this isn’t related to the thread count you inferred because the request is already running on a thread. You should check the GC logs for any full GCs and also verify whether the Kubernetes pod is being CPU‑throttled. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
