-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.2.16
-
Component/s: Networking
-
None
-
ALL
-
(copied to CRM)
The shardConnPoolStats command can return a document that is larger than 16MB for especially large clusters. This causes the command to fail.
mongos> db.runCommand({ shardConnPoolStats: 1 }) { "ok" : 0, "errmsg" : "BSONObj size: 19285201 (0x12644D1) is invalid. Size must be between 0 and 16793600(16MB) First element: totalInUse: 1247", "code" : 10334 }