Default value for replication_full_sync_interval is 24 hours. How is it then possible to get doveadm replicator status results like this one username??????????? priority fast sync full sync success sync failed someuser??????????? none???? 24:23:39? 24:23:39 24:23:37???? - # doveconf -a | grep replication_full_sync_interval replication_full_sync_interval = 1 days # dovecot --version 2.2.33.2 (d6601f4ec)
> On 13/04/2020 20:28 Ivo <c.e4ed1a035298f9021dcfbca4d511c303 at ultra.hr> wrote: > > > Default value for replication_full_sync_interval is 24 hours. > How is it then possible to get doveadm replicator status results like > this one > > username??????????? priority fast sync full sync success sync failed > someuser??????????? none???? 24:23:39? 24:23:39 24:23:37???? - > > # doveconf -a | grep replication_full_sync_interval > replication_full_sync_interval = 1 days > > # dovecot --version > 2.2.33.2 (d6601f4ec)Those full syncs are not done precisely on the clock. If there is lots of other operations going on, such as higher priority syncs, they get done first. Aki
On 14.4.2020. 17:35, Aki Tuomi wrote:> Those full syncs are not done precisely on the clock. If there is lots > of other operations going on, such as higher priority syncs, they get > done first. > Aki >Good to know. I was afraid that something is not working as it should. Thanks Aki. Ivo