Skip to content

Commit 4707f5d

Browse files
dorjesinpoemelialei88
authored andcommitted
fix: always update CSL on QueueUpdateAdvisory (#581)
* fix: always update CSL on QueueUpdateAdvisory Signed-off-by: dorjesinpo <[email protected]> * Updating IT Signed-off-by: dorjesinpo <[email protected]> --------- Signed-off-by: dorjesinpo <[email protected]>
1 parent b901b06 commit 4707f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/groups/mqb/mqbblp/mqbblp_clusterstatemanager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ void ClusterStateManager::onCommit(
8282

8383
// NOTE: Even when using old workflow, we still apply all advisories to the
8484
// CSL. We just don't invoke the commit callbacks.
85-
// Make an exception for QueueAssignmentAdvisory
85+
// Make an exception for QueueUpdateAdvisory and QueueAssignmentAdvisory
8686
if (!d_clusterConfig.clusterAttributes().isCSLModeEnabled() &&
8787
!clusterMessage.choice().isQueueUpdateAdvisoryValue() &&
8888
!clusterMessage.choice().isQueueAssignmentAdvisoryValue()) {

0 commit comments

Comments
 (0)