ruanwenjun commented on PR #17233: URL: https://github.com/apache/dolphinscheduler/pull/17233#issuecomment-2937995473
Thanks for your patch, good catch! It's better to sort the master list at MasterSlotManager#doReBalance, this component is used to manage the slot, other component don't need to take care of the slot(master order) https://github.com/apache/dolphinscheduler/blob/6f12d1ded97a14eaf253a5654486e0ee3c541dfe/dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/cluster/MasterSlotManager.java#L61-L86 -- 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]
