minal-kyada opened a new pull request, #4920: URL: https://github.com/apache/cassandra/pull/4920
**Issue**: When a node's decommission fails mid stream, it enters **DECOMMISSION_FAILED** mode. On the subsequent `decommission --force` resume, `clearTransientMode()` was never called, so `operationMode()` remained stuck as `DECOMMISSION_FAILED` throughout the resumed streaming, even though the node was actively leaving. **Fix**: Added a `clearTransientMode()` call on the resume branch of `decommission()`, mirroring the same pattern already used by every other path that recovers a node from a failed state. patch by @minal-kyada ; reviewed by @maedhroz and @beobal for CASSANDRA-21493 -- 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]

