Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently, if the node contains a replica ( the replica being moved ) go down, then we call moveReplica command for it. That replica will only be removed from states.json. So If that node come back, we will have 2 replicas point to the same dataDir in HDFS.
So if moveReplica can maintain the same name and coreName for the new replica, we can reuse CloudUtil.checkSharedFSFailoverReplaced() to clean the old one.
Attachments
Attachments
Issue Links
- blocks
-
SOLR-10397 Port 'autoAddReplicas' feature to the autoscaling framework and make it work with non-shared filesystems
- Closed