gudladona commented on issue #13356: URL: https://github.com/apache/hudi/issues/13356#issuecomment-2936291694
After profiling the driver this is what we found. There are 100s of Jetty qtp(Queued Thread Pool) threads that are blocked and remained blocked when we encountered the socket timeouts. It looks like the Timeline server (Javalin/Jetty) is overwhelmed and exhausted its threads to serve new requests due to some blocking calls for timeline view refresh. The marker request itself does not need a view refresh but they seem to be blocked due to the other timeline requests Any ideas on how to address this? <img width="1220" alt="Image" src="https://github.com/user-attachments/assets/90ece3ed-5687-436d-8dea-ceb4e6d06b66" /> <img width="1477" alt="Image" src="https://github.com/user-attachments/assets/6bd3a498-6520-4ac1-8293-cd7806ab9720" /> <img width="1497" alt="Image" src="https://github.com/user-attachments/assets/e2254048-330f-4110-9cd2-80a94ac4dea7" /> <img width="1505" alt="Image" src="https://github.com/user-attachments/assets/a3515c42-333b-476e-956e-b847d7d8f883" /> -- 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]
