diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/pgq/cascade/admin.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/pgq/cascade/admin.py b/python/pgq/cascade/admin.py index c581021d..80064774 100644 --- a/python/pgq/cascade/admin.py +++ b/python/pgq/cascade/admin.py @@ -647,6 +647,7 @@ class CascadeAdmin(skytools.AdminScript): if other_node: self.change_provider(new_node_name, new_provider = other_node) self.wait_for_catchup(new_node_name, other_tick) + last_tick = other_tick # promote new root self.pause_node(new_node_name) |