keith-turner opened a new pull request, #4662:
URL: https://github.com/apache/accumulo/pull/4662

   Updated WriteAfterCloseIT to use a conditional writer in addition to a batch 
writer.  Made a few improvements to the test.
   
   While reviewing how the conditional writer handles timed out writes noticed 
the tablet server code had an incorrect try/finally block. There was code 
between session reservation and the beginning of the try block.  If this 
inbetween code threw an exception, then it would never unreserve the session.  
Fixed this and added a few comments to the code.
   
   fixes #3742


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