JHSUYU commented on PR #4862: URL: https://github.com/apache/solr/pull/4862#issuecomment-5514893567
> Nice! I love your detailed explanation. > > Note that you kept referring to "replica" in a way that meant to imply a "follower replica" (instead of the "leader replica"). Basically, the leader is a replica too! > > Needs a changelog (see writeChangelog task). I'm not sure this is a bug, maybe it's just a "changed" (improvement). Assuming a user could repair the situation on their own with the HTTP API. If they delete the collection, they ought to first undo the migration. If they can't, then I'm more sympathetic to this being a bug. Thanks, and good point about the terminology—the leader is also a replica. There does not appear to be a supported HTTP API for explicitly removing or undoing a MIGRATE routing rule. REMOVEROUTINGRULE is an internal Overseer state-update action, not a Collection API action, which means there is no immediate supported API to repair the dangling rule. I think “Bug Fix” is appropriate -- 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]
