You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/11/17 05:54:30 UTC

[GitHub] [dolphinscheduler] ruanwenjun commented on issue #6880: [Bug] [Master] Master failover add dead-server should check zk the master node is not exist

ruanwenjun commented on issue #6880:
URL: https://github.com/apache/dolphinscheduler/issues/6880#issuecomment-971214197


   Yes, this may happen in some extreme cases, if the alive master add the `dead` master into dead path after the `dead` master restart, then the restart `dead` master will kill itself again.
   
   The easy way to fix is add an atomic operation, when add an instance to dead path, check if it's in active path.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org