-
Type: Bug
-
Resolution: Cannot Reproduce
-
Priority: Minor - P4
-
None
-
Affects Version/s: 1.8.1
-
Component/s: Admin
-
None
-
Environment:linux (debian)
-
Linux
In web-interface (default on port 28017) with master/slave replication after restarting mongo database count is wrong:
- databases: 2
replication:
master: 1
slave: 0
after logging to mongo for ex. via mongo cli and running any query (like show dbs) status looks like this:
- databases: 6
replication:
master: 1
slave: 0
this affects both master and slave nodes.