Details
-
Bug
-
Resolution: Incomplete
-
Major - P3
-
None
-
None
-
None
-
ALL
Description
Hello,
Strange problem..
I have 3 configserver, 1 mongos, 3 mongodb.
On the Mongos server I have a database who has disappeared.
|
|
mongos> use repoDB1
|
switched to db repoDB1
|
mongos> show collections
|
2016-07-04T16:31:04.423+0200 E QUERY [thread1] Error: listCollections failed: {
|
"code" : 13282,
|
"ok" : 0,
|
"errmsg" : "Couldn't load a valid config for repoDB1.pages after 3 attempts. Please try again."
|
} :
|
_getErrorWithCode@src/mongo/shell/utils.js:25:13
|
DB.prototype._getCollectionInfosCommand@src/mongo/shell/db.js:773:1
|
DB.prototype.getCollectionInfos@src/mongo/shell/db.js:785:19
|
DB.prototype.getCollectionNames@src/mongo/shell/db.js:796:16
|
shellHelper.show@src/mongo/shell/utils.js:753:9
|
shellHelper@src/mongo/shell/utils.js:650:15
|
@(shellhelp2):1:1
|
|
On the MongoDB server I can access and show all collections on this database.
Thanks in advance