jasonk000 commented on PR #12302: URL: https://github.com/apache/druid/pull/12302#issuecomment-1306458118
@abhishekagarwal87 -- as requested, some flamegraphs here that give a bit more detail. I've spun up a half-cluster to try to get a clean a/b overview between the nodes but that's a little more tricky. BEFORE 15.6% of Java CPU is in `TextReader`  AFTER 10.7% of Java CPU is in `TextReader`  ZOOMING IN - zooming in to one of the `StreamChunkParser` paths - highlighting `BufferedReader.*ini` - note that the reader init code disappears completely BEFORE  AFTER  -- 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]
