[Fix] After the remove method removes the Server address, the refreshMasterList method needs to be executed. #15964
This commit is contained in:
parent
60b019b729
commit
6db1c9de36
|
|
@ -71,6 +71,7 @@ public class MasterPriorityQueue implements TaskPriorityQueue<Server> {
|
|||
|
||||
public void remove(Server server) {
|
||||
this.queue.remove(server);
|
||||
refreshMasterList();
|
||||
}
|
||||
|
||||
public void clear() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue