-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: 1.32.2
-
Component/s: None
-
None
-
Environment:OSX
-
Iteration Grouper, Iteration Herring, Iteration Isopod
-
None
-
None
Problem Statement/Rationale
Running sh.status(true) hangs if invoked in Compass. Same command works with no issues on the same host if invoked in native mongosh or mongo shell.
Steps to Reproduce
- Create a Global Cluster in Atlas spanning 4 zones
- Connect with Compass
- Run sh.status(true)
Expected Results
Command returns with the sh.status() output printed
Actual Results
The command does not return
Additional Notes
I suspect this is due to the amount of chunk entries retrieved as sh.status() invoked without any arguments works fine.
Same behaviour is observed with db.printShardingStatus() which relies on the same helper as sh.status()