49c7e0ae3f2c470e6ee70a540b5816a574f98f51 |
|
24-Oct-2014 |
Timo Sirainen <tss@iki.fi> |
dsync: Removed in/out state from debugging.
This was initially added for debugging hangs, but those haven't existed for
a long time now. Maybe we should eventually make debug categories
configurable, but for now nobody wants to see these messages. |
40440c0fee87be994ba7eb60fc3512a9355708aa |
|
28-Apr-2014 |
Timo Sirainen <tss@iki.fi> |
dsync: If incremental dsync finds that its state is stale, retry (later) with full sync.
This works only when the master itself notices such changes locally. Remote
changes aren't noticed, because the master doesn't send the state to remote
dsync and the master is also the one that decides which mailboxes are
synced. The fix to this probably means sending the state string to remote
dsync and have it check if the state is still valid (= protocol change). |