-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
ALL
-
Repl 2020-10-05
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/rpc/metadata/repl_set_metadata.h:152: UNINIT_CTOR 115609 The compiler-generated constructor for this class does not initialize "_isPrimary".
- is caused by
-
SERVER-47125 Require ReplSetMetadata.isPrimary, remove OplogQueryMetadata.primaryIndex
- Closed