LB policy is not working in a correct way
Bug #1530746 reported by
Qiming Teng
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
senlin |
Fix Released
|
Critical
|
Yanyan Hu |
Bug Description
Currently the load balancing policy is detaching nodes from the load-balancer *after* nodes are deleted. This is wrong. We should detach nodes from the load-balancer *before* the nodes are deleted.
To post a comment you must log in.
Yes, detaching lb member from loadbalancer before corresponding node is deleted is the correct logic. The problem is in some cases, we don't know which node(s) will be deleted before the action is executed, e.g. resize cluster with random victim choosing. So I guess we may need to eliminate those random deleting logic before fix this problem. Will think about it.