apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code

Home Page:https://dolphinscheduler.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Improvement][dolphinscheduler-service] After the remove method removes the Server address, the refreshMasterList method needs to be executed.

DaqianLiao opened this issue · comments

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

After the remove method removes the Server address, the refreshMasterList method needs to be executed.
org.apache.dolphinscheduler.service.queue.MasterPriorityQueue#remove
public void remove(Server server) {
this.queue.remove(server);
}

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct