Skip to content

Commit

Permalink
fix: always update CSL on QueueUpdateAdvisory (#581)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dorjesinpo authored and emelialei88 committed Feb 6, 2025
1 parent b901b06 commit 4707f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groups/mqb/mqbblp/mqbblp_clusterstatemanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ void ClusterStateManager::onCommit(

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

0 comments on commit 4707f5d

Please sign in to comment.