saltosaurus commented on issue #10714: URL: https://github.com/apache/pinot/issues/10714#issuecomment-1533124983
Since reporting this issue to Slack I have since copied the [JDBC Driver](https://github.com/apache/pinot/blob/55db06fab16682fcac40d12cbdb7fc1df3ca6a91/pinot-clients/pinot-jdbc-client/src/main/java/org/apache/pinot/client/PinotDriver.java) into our repository and modified it to only keep a single static copy of the AsyncHttpClient. This has resulted in a significant reduction in leaked memory, though the issue does not seem 100% solved. See https://apache-pinot.slack.com/archives/C011C9JHN7R/p1681761095987249 for the original Slack thread on this problem. -- 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]
