lenboo commented on issue #7504: URL: https://github.com/apache/dolphinscheduler/issues/7504#issuecomment-998524204
> i show src **v1.3.6** about MasterSchedulerService.java, i see the zk lock before `findOneCommand()` and `handleCommand()`:  > > **but in v2.0.1**:  > > I guess there's something wrong here? I don't have the skills to prove it. Can someone take a look at it? thank you yes, we remove the zk lock in version 2.0.1 , instead of splitting by command-id for different masters. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
