Gptt
Version: 0.2.0
Git Commit: 769706df31c45ad4242da56e701b40ab954912ce
Architecture: amd64
Go Version: go1.11.1
Operating System: linux
Type:
Enhancement
Description:
Currently we just filter out the oplog in which the update-ts < create-ts when we receive the data (in Verify).
We should check the validity of the oplog before sending it to the neighbors.
Specifically for the update-ts < create-ts: we should delete this oplog.
We should ensure update-ts >= create-ts when setting update-ts.
Version information:
Gptt Version: 0.2.0 Git Commit: 769706df31c45ad4242da56e701b40ab954912ce Architecture: amd64 Go Version: go1.11.1 Operating System: linux
Type:
Enhancement
Description:
Currently we just filter out the oplog in which the update-ts < create-ts when we receive the data (in Verify). We should check the validity of the oplog before sending it to the neighbors.