Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
Fully Compatible
-
ALL
Description
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...
Attachments
Issue Links
- related to
-
SERVER-22731 give correct error message when running initiate on a non-replset mongod
-
- Closed
-