-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Sharding EMEA
-
Fully Compatible
-
ALL
-
Sharding EMEA 2023-02-06, Sharding EMEA 2023-02-20
Uninitialized scalar field
The field will contain an arbitrary value left over from earlier computations. A scalar field is not initialized by the constructor
/src/mongo/db/transaction_resources.h:130: UNINIT_CTOR 134897 Class member declaration for "recoveryUnitState".
/src/mongo/db/transaction_resources.cpp:36: UNINIT_CTOR 134897 Non-static class member "recoveryUnitState" is not initialized in this constructor nor in any functions that it calls.
- is caused by
-
SERVER-69445 Implement the CollectionSnapshot(s) infrastructure to back CollectionPtr
- Closed