Skip to content

Commit

Permalink
handling no leader case (#553)
Browse files Browse the repository at this point in the history
Signed-off-by: dorjesinpo <[email protected]>
  • Loading branch information
dorjesinpo authored Jan 9, 2025
1 parent c208d61 commit 8adc108
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/groups/mqb/mqbblp/mqbblp_clusterqueuehelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5551,10 +5551,6 @@ void ClusterQueueHelper::deconfigureUri(
}
BSLS_ASSERT(pinfo.primaryNode() == contextSp->d_peer);
}
else {
BSLS_ASSERT(d_clusterData_p->electorInfo().leaderNode() ==
contextSp->d_peer);
}

// Primary is active; send configure-queue request, wait for response,
// send close-queue request
Expand Down

0 comments on commit 8adc108

Please sign in to comment.