We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b901b06 commit 4707f5dCopy full SHA for 4707f5d
src/groups/mqb/mqbblp/mqbblp_clusterstatemanager.cpp
@@ -82,7 +82,7 @@ void ClusterStateManager::onCommit(
82
83
// NOTE: Even when using old workflow, we still apply all advisories to the
84
// CSL. We just don't invoke the commit callbacks.
85
- // Make an exception for QueueAssignmentAdvisory
+ // Make an exception for QueueUpdateAdvisory and QueueAssignmentAdvisory
86
if (!d_clusterConfig.clusterAttributes().isCSLModeEnabled() &&
87
!clusterMessage.choice().isQueueUpdateAdvisoryValue() &&
88
!clusterMessage.choice().isQueueAssignmentAdvisoryValue()) {
0 commit comments