diff options
Diffstat (limited to 'geo-replication/syncdaemon/master.py')
| -rw-r--r-- | geo-replication/syncdaemon/master.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/geo-replication/syncdaemon/master.py b/geo-replication/syncdaemon/master.py index 794e32cabed..4c1a529a3ed 100644 --- a/geo-replication/syncdaemon/master.py +++ b/geo-replication/syncdaemon/master.py @@ -576,6 +576,7 @@ class GMasterCommon(object):                      if brick_stime < cluster_stime:                          self.slave.server.set_stime(                              self.FLAT_DIR_HIERARCHY, self.uuid, cluster_stime) +                        self.upd_stime(cluster_stime)                          # Purge all changelogs available in processing dir                          # less than cluster_stime                          proc_dir = os.path.join(self.tempdir,  | 
