f7783776b5
Update replica that becomes active after promotion only as last to avoid concurrency in share replica states when we can have 2 active share replicas in some narrow timeframe. Change-Id: Idf01daf31172a21dbb6595044c11980867346d13 Closes-Bug: #1664201
10 lines
416 B
YAML
10 lines
416 B
YAML
---
|
|
fixes:
|
|
- Fixed share replica status update concurrency in share replica promotion
|
|
feature. Before it was possible to see two active replicas,
|
|
having 'dr' or 'readable' type of replication,
|
|
performing 'share replica promotion' action.
|
|
Now, replica that becomes active is always updated last, so, at some period
|
|
of time we will have zero 'active' replicas at once instead of
|
|
two of them.
|