TeslaCN commented on issue #1781: URL: https://github.com/apache/shardingsphere-elasticjob/issues/1781#issuecomment-747125904
I've tested 2 cases and cannot reproduce your problem: 1. Start Process2 while Process1 executing 2 shards. The Process2 got stuck because of waiting other shards comlete. 2. Start Process2 after Process1 finished. Reshard happened and each process got a shard. Then Process1 executed shard 1 and Process2 executed shard 2. ---------------------------------------------------------------- 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]
