-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.4.4
-
Component/s: None
-
None
-
Environment:ubuntu 10.04.1, x86-64
-
ALL
> db.printReplicationInfo()
{
"errmsg" : "local.oplog.$main, or its options, not found in system.namespaces collection (not --master?)"
}
> db.printSlaveReplicationInfo()
local.sources is empty; is this db a --slave?
> coll.insert({})
> db.runCommand(
)
{ "err" : null, "n" : 0, "ok" : 1 }The above should fail--it could not possibly have replicated to two servers since there is only one.