-
Type:
Bug
-
Resolution: Incomplete
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Triage
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The data of that shard server has lost, the server is down, how can I remove it directly from my cluster?
I have tried
db.runCommand(
{ removeshard: "shard0002" }
)
, however, it made no sense, the response is always:
{
"msg" : "draining ongoing",
"state" : "ongoing",
"remaining" :
{ "chunks" : NumberLong(612), "dbs" : NumberLong(0) }
,
"note" : "you need to drop or movePrimary these databases",
"dbsToMove" : [ ],
"ok" : 1
}
I just want to remove the damage shard (unreachable), and let the cluster run normally.
However, I couldn't find a way to finish it...
Who can help me?
Thanks in advance!
- is duplicated by
-
SERVER-31692 How to remove a damage shard in mongo shard cluster
-
- Closed
-