Details
-
Bug
-
Resolution: Cannot Reproduce
-
Minor - P4
-
None
-
1.8.1
-
None
-
linux (debian)
-
Linux
Description
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.