-
Type:
Bug
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.1.0
-
Component/s: Replication
-
Labels:
-
Backwards Compatibility:Fully Compatible
-
Operating System:ALL
This is when the node is not started with "--replSet".
> rs.initiate()
|
{
|
"info2" : "no configuration specified. Using a default configuration for the set",
|
"errmsg" : "exception: bad --replSet config string format is: <setname>[/<seedhost1>,<seedhost2>,...]",
|
"code" : 13093,
|
"ok" : 0
|
}
|
We should probably remove the info2 message and cleanup the errmsg to indicate that the node was not started with "replSet" instead of a bad format...
- related to
-
SERVER-22731 give correct error message when running initiate on a non-replset mongod
-
- Closed
-