keith-turner opened a new pull request, #5381: URL: https://github.com/apache/accumulo/pull/5381
Code to read an rfile data block would close in a finally block. If close threw an IOException then any exception in the try block would be lost in the stack trace. Changed the code to use try w/ resources which has much better exception handling for this case. -- 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]
