zyu-godaddy commented on PR #235: URL: https://github.com/apache/tomcat/pull/235#issuecomment-2951104976
While this change makes sense to me, and it should be inexpensive for the jdbc driver I am using (mysql-connector-java), I don't feel comfortable to add this check unconditionally without knowing the full impact. So I am not going to pursue this approach. Instead, I will try `setDiscarded(true)` in an interceptor conditional on failed query and isClosed. -- 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]
