Skip to content

Commit c6f9978

Browse files
committed
TMP queueKeyInfoMap comment
Signed-off-by: Yuan Jing Vincent Yan <[email protected]>
1 parent eea82c5 commit c6f9978

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/groups/mqb/mqbc/mqbc_storagemanager.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@ class StorageManager BSLS_KEYWORD_FINAL
356356
/// for the i-th partitionId.
357357
bsl::vector<unsigned int> d_numReplicaDataResponsesReceivedVec;
358358

359-
/// Whether `d_queueKeyInfoMapVec` has been initialized.
359+
/// Whether `d_queueKeyInfoMapVec` has been initialized. This data
360+
/// structure only needs to be initialized once at startup, and no more.
360361
bsls::AtomicBool d_isQueueKeyInfoMapVecInitialized;
361362

362363
/// Mapping from queue key to queue info indexed by partitionId, populated

0 commit comments

Comments
 (0)