DomGarguilo opened a new pull request #2235: URL: https://github.com/apache/accumulo/pull/2235
Fixes #2222 There were two bugs in the chop behavior that these changes attempt to correct. The first being chops could be written after close is called. The second being new chops may be started after close returns. To account for these, a check is added to wait until the chop status becomes `NOT_ACTIVE` before close returns as well as a check to ensure close has not returned before a chop is written. -- 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]
