You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolves#2350
Do not maintain the `pausePartitionsRequested` field in the concurrent MLC,
it is not used and can cause confusion.
Also fixes some synchronization around `CMLC.containers`.
Also resolves#2222
The previous fix removed revoked partitions from `pausePartitionsRequested`;
this was incorrect - consider a rebalance where we lose `topic-0` and another
rebalance where we are re-assigned `topic-0`. According to the contract, this
partition should remain paused.
**cherry-pick to 2.9.x, 2.8.x**
0 commit comments