keith-turner opened a new pull request, #5093: URL: https://github.com/apache/accumulo/pull/5093
An exception was happening when a scan task was canceled before it ever ran. This was caused by transitionFromRunning() executing when transitoinToRunning() had never executed. When this happened a precondition check that the scanThread was non-null would fail. These changes only execute transitionFromRunning() when transitionToRunning() has executed. -- 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]
