ruanwenjun opened a new pull request #5497: URL: https://github.com/apache/dolphinscheduler/pull/5497
close #5491 When an instance receives a `Node_REMOVE` event from zookeeper, it will trigger the listener to response for the change. One listener will remove the node to dead path. Another will insert an alert data to database. But the listener trigger has no order, because `TreeCache` use a map to store the listener. This change save the listener in an ordered list. -- 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]
