Asthenia0412 commented on issue #67777:
URL: https://github.com/apache/doris/issues/67777#issuecomment-5661756958

   Hi, I've submitted a fix in #67945: `_update_process_fd_num` now counts 
`/proc/self/fd` entries directly instead of calling `is_regular_file()` (which 
follows every symlink with a stat(), ~0.6s with ~200k fds). This removes the 
dominant 15s-periodic stall. The other two mechanisms (hook under registry 
lock, stream load blocking webserver workers) would still need separate 
changes, happy to follow up if wanted.


-- 
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]

Reply via email to