Failed to acquire lock if engine restarts during a action
Bug #1514742 reported by
Ethan Lynn
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
senlin |
Fix Released
|
High
|
Ethan Lynn |
Bug Description
if senlin engine went down during scaling out/in, senlin can not operate on this cluster any more because of failing to acquire lock.
Reproduce:
senlin cluster-scale-out c1 -c 50
kill senlin-engine and then start it
senlin cluster-scale-out c1 -c 1
To post a comment you must log in.
This one has been addressed using lock-breaker logics recently merged.