khushbu14 opened a new issue #7185: URL: https://github.com/apache/incubator-pinot/issues/7185
As per the documentation of [pinot java client](https://docs.pinot.apache.org/users/clients/java), while closing the pinot connection using the close api, the connection is not closed. Only after the main thread in java terminates, the connection is closed. This hinders using this client in a multithreaded app to query pinot in parallel. -- 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]
