Race condition in cluster-show
Bug #1643002 reported by
Peter Stachowski
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack DBaaS (Trove) |
Fix Released
|
High
|
Peter Stachowski |
Bug Description
There is a race condition in showing a cluster wherein the server gets the list of instances from the db and then iterates over the list to get the server information. If a shrink operation is in progress, it can happen that one of the instances is no longer present when trying to retrieve the server info, and this causes the show command to throw a NotFound error. This needs to be addressed.
Changed in trove: | |
assignee: | nobody → Peter Stachowski (peterstac) |
importance: | Undecided → High |
milestone: | none → next |
Changed in trove: | |
status: | New → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/399686
Review: https:/