tolbertam commented on PR #4644: URL: https://github.com/apache/cassandra/pull/4644#issuecomment-4151556215
> How about migrating the repair history entries from the old ID to the new ID, and delete old entries? This would ensure the state is resumed rather than cleared after upgrade. I would need to check if it's feasible to do that. Not sure if we should block this on that though, wdyt? Agreed that it would be nice to have, but agree we should merge this first. I'd bet there is a way to detect the host id change during the upgrade. I imagine there is something already there in C* to reconcile gossip state with the CMS data so we probably would just need to either hook into that or do something similar on startup. -- 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]

