Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
2.4.3
-
None
-
ALL
Description
In a sharded cluster with 4 replica sets (3 rs with 2 mongod + 1 arbiter, and one with only one mongod), `sh.status()` and `db.printShardingStatus()` fails with this error:
# mongo
|
MongoDB shell version: 2.4.3
|
connecting to: test
|
mongos> sh.status()
|
Fri May 31 10:45:24.719 uncaught exception: group command failed: {
|
"errmsg" : "exception: reduce invoke failed: JS Error: TypeError: Object.extend is not a function nofile_b:0", |
"code" : 9010, |
"ok" : 0 |
}
|
Attachments
Issue Links
- is related to
-
SERVER-9775 Remove SpiderMonkey from 3rd-party source
-
- Closed
-