rocketmq
rocketmq copied to clipboard
[ISSUE #8192] fix: message track is not correct caused by master changed
Which Issue(s) This PR Fixes
Fixes #8192
Brief Description
There's no need to check if the message's store host is equal to broker's master address, because the master role maybe change to another node.
How Did You Test This Change?
@humkum can you please fix the failing tests?