FrankChen021 commented on issue #17902: URL: https://github.com/apache/druid/issues/17902#issuecomment-2797001567
This makes sense, but a little bit tricky to track byte buffer usage because Druid currently allocates byte buffer during the start and cache byte buffers in a pool. To know how many bytes of these byte buffer is used, we need to track how the byte buffer is used which is scattered in many places of the code base. Do u already have a solution that want to contribute or just ask for a feature request? -- 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]
