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
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
Windows
RocketMQ version
Master
JDK Version
jdk8
Describe the Bug
The number of ackNums running to GroupTransferService must be greater than or equal to 2. This is to handle the case where there is only one slave node. If it is less than 1, the code in the if statement will never be executed.