You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "saltosaurus (via GitHub)" <gi...@apache.org> on 2023/05/03 14:26:36 UTC

[GitHub] [pinot] saltosaurus commented on issue #10714: Memory leak in the JDBC client

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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org