jimmybow opened a new issue, #5970: URL: https://github.com/apache/hop/issues/5970
### Apache Hop version? 2.15.0 ### Java version? 17 ### Operating system Windows ### What happened? I loop run Table input to query multi sql, db is oracle and I found when sql is exception the connection will be not release (close?) and I face **IO Error: Got minus one from a read call** (reach max connection?) and that jvm connot connection to db forever the problem maybe is in org.apache.hop.core.database.Database.openQuery() no close connection when sql exception ? ### Issue Priority Priority: 2 ### Issue Component Component: Database -- 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]
