-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
-
This is a continuation of issue SERVER-52688. The problem happened again and I've gathered the required data as well in hope that diagnostic data will cover the moment of the problem.
Whenever I run `mongo --eval 'db.serverStatus()'` this command hangs forever.
According to monitoring his happened around 2021-09-22 12:31:35. Diagnostic data that should cover the moment when the problem happened: https://disk.yandex.ru/d/IIW42L63fVojuw
Attachment gdb_202109-23_11-07-08.txt.xz has the output for the following command:
gdb -p $(pidof mongod) -batch -ex 'thread apply all bt' > gdb_`date +"%Y%m-%d_%H-%M-%S"`.txt
- duplicates
-
SERVER-60164 db.serverStatus() hang on SECONDARY server #secondtime
- Closed