keith-turner opened a new issue, #3462: URL: https://github.com/apache/accumulo/issues/3462
In #3460 the compaction coordinator was modified to use conditional mutations to commit compactions. After the committing the compaction the tablet is refreshed if its loaded. If the manager process dies after making the metadata update and before refreshing the tablet then the tablet may never be refreshed. This condition needs to be handled. The return codes on the conditional mutations are not being checked for certain race conditions, these need to be checked and handled. -- 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]
