86497c3e69
trove/common/strategies/cluster/experimental/galera_common/api.py. Method "shrink" in class GaleraCommonCluster,when use DBInstance.find_all should set argument deleted=False, otherwise it may missing raise a ClusterShrinkMustNotLeaveClusterEmpty exception. Same problem at galera_common/taskmanager.py. Method "shrink_cluster" in GaleraCommonClusterTasks, call DBInstance.findall() with deleted=False to exclude deleted nodes and that can avoid a NotFound error. Change-Id: Ibb377630b830da06485fc17a1a723dc1055d9b01 Closes-Bug: 1699953
7 lines
206 B
YAML
7 lines
206 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue in galera_common shrink that wrong load removed nodes
|
|
which could missing a ClusterShrinkMustNotLeaveClusterEmpty exception
|
|
or meet a NotFound error. Bug 1699953
|