ennuite opened a new pull request, #910:
URL: https://github.com/apache/arrow-java/pull/910

   ## What's Changed
   
   When using the Flight SQL JDBC driver with connection pooling and a catalog 
parameter, ArrowFlightSqlClientHandler.close() performs a CloseSession RPC that 
can fail during gRPC channel shutdown. 
   
   These transient failures (UNAVAILABLE or INTERNAL with "Connection closed 
after GOAWAY") cause noisy errors in pooling frameworks like Apache Commons 
DBCP. 
   
   With this PR these exceptions will instead be suppressed and logged, 
following the procedure that was used for 
[ARROW-17785](https://issues.apache.org/jira/browse/ARROW-17785) 
   
   ### Are these changes tested?
   
   Yes
   
   
   
   


-- 
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]

Reply via email to