Git-Yang opened a new issue #702: URL: https://github.com/apache/rocketmq-externals/issues/702
**BUG REPORT** 1. Please describe the issue you observed: The current task state management sequence: **create new task** -> **check pending task** -> **check running task** -> **check stopping task** -> **check error/ stopped task** When the current worker node goes online and rebalance occurs, it is recommended to close the task first to reduce the situation that the task runs in two instances at the same time. - What did you do (The steps to reproduce)? 1. Check the running tasks first. 2. If some tasks are closed, synchronize the position. - What did you expect to see? **check running task** -> **create new task** -> **check pending task** -> **check stopping task** -> **check error/ stopped task** - What did you see instead? 2. Please tell us about your environment: 3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc): -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
