DomGarguilo opened a new pull request, #5338:
URL: https://github.com/apache/accumulo/pull/5338

   Fixes 
[accumulo-testing#291](https://github.com/apache/accumulo-testing/issues/291)
   
   These changes make it so that if `close()` or `clear()` are called on a 
`ZooCache` that has already been closed, it will essentially just return. This 
is a change in behavior since before, an exception would be thrown in these 
cases.
   
   I was seeing this exception being thrown when running `cingest createtable` 
in accumulo-testing (see ticket linked above for more details). And I think 
this is happening from asynchronous calls coming in after a call to close has 
already happened.


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