relay: fix vclock obtainment on join
In case of high load vclock used to join replica could be in advance comparing to an actual WAL. Therefore replica could have missed some tuples from master. In order to fix this wal_sync is updated so that now we can obtain up to date vclock on the flushed state using it. Prerequisites #4160
Loading
Please register or sign in to comment