We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea82c5 commit c6f9978Copy full SHA for c6f9978
src/groups/mqb/mqbc/mqbc_storagemanager.h
@@ -356,7 +356,8 @@ class StorageManager BSLS_KEYWORD_FINAL
356
/// for the i-th partitionId.
357
bsl::vector<unsigned int> d_numReplicaDataResponsesReceivedVec;
358
359
- /// Whether `d_queueKeyInfoMapVec` has been initialized.
+ /// Whether `d_queueKeyInfoMapVec` has been initialized. This data
360
+ /// structure only needs to be initialized once at startup, and no more.
361
bsls::AtomicBool d_isQueueKeyInfoMapVecInitialized;
362
363
/// Mapping from queue key to queue info indexed by partitionId, populated
0 commit comments