-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
Fully Compatible
-
ALL
-
Programmability 2023-03-30
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In the core analyzer file for BF-42584 the dump_recovery_units file is not correctly generated:
ubuntu@mongo-dev:/tmp/bf-42584$ cat ./analysis/dump_mongod.179990.core/dump_mongod.179990.core.dump_recovery_units.txt Dumping recovery unit info for all clients and sessions Traceback (most recent call last): File "/data/mci/9913e55c0e73a6016f9c97284f82f1b3/src/buildscripts/gdb/mongo.py", line 639, in invoke self.dump_recovery_units(arg) File "/data/mci/9913e55c0e73a6016f9c97284f82f1b3/src/buildscripts/gdb/mongo.py", line 656, in dump_recovery_units client_set = absl_get_nodes(service_context["_clients"]) NameError: name 'absl_get_nodes' is not defined Error occurred in Python: name 'absl_get_nodes' is not defined ubuntu@mongo-dev:/tmp/bf-42584$
- is related to
-
SERVER-119768 absl raw/flat hash map/set pretty printers don't work for "small mode"
-
- Open
-
-
SERVER-123717 Fix pretty printers, add tests for all pretty printers
-
- Backlog
-
-
SERVER-125403 Factor out shared functions in mongo.py and mongo_printers.py
-
- Open
-