lmtrombone opened a new pull request, #1949: URL: https://github.com/apache/cassandra/pull/1949
There is some issue where the `nodetool bootstrap resume` command returns success successfully even when some error happens during the operation. To address that, we now keep track of the errors when they occur in `BootstrapMonitor` and now throw them after signaling. Also as part of this MR, I made a change so we don't send a `ProgressEventType.COMPLETE` event anymore when we see an error as that seems to be a bit misleading. To reproduce a scenario, I killed one of the nodes involved in the bootstrap resume process and checked if errors were thrown in the terminal. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

