Liya Fan created ARROW-5996: ------------------------------- Summary: [Java] Avoid resource leak in flight service Key: ARROW-5996 URL: https://issues.apache.org/jira/browse/ARROW-5996 Project: Apache Arrow Issue Type: Bug Components: Java Reporter: Liya Fan Assignee: Liya Fan
# In FlightService#doPutCustom, the flight stream must be closed, even if an exception is thrown during the call of responseObserver.onError # The exception occurred during the call to acceptPut should not be swallowed. -- This message was sent by Atlassian JIRA (v7.6.14#76016)