ruanwenjun commented on PR #16352: URL: https://github.com/apache/dolphinscheduler/pull/16352#issuecomment-2644418705
> > > This plugin does not reduce the stability and availability of the ds cluster, and will maintain the same impact on the cluster as other plugins. > > > > > > > If the cluster does have master, then the cluster will not work. > > > > > > This is against zk and jdbc registry since neither of these two types will cause the worker server and alert server to fail to operate normally because of the downtime of the master server. > > If the master cluster fails, then the worker still uses the original logic. Why is there a problem? What's the problem? If you want to think about the big picture, we also want to get rid of zookeeper You should get more background about this, the origin design of this PR will only store data on master, if all master crash, then all server rely on registry will crash. This is why `If the cluster does not have master, then the whole cluster will not work`. -- 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]
