-
- Downloads
RAFT Snapshotting
- Use synced watermarks for snapshotting. - Ensure that snapshots work when node is restarted. - And also when the leader passes a snapshot to a follower. This would happen if the follower needs to be brought up to the leader's state. - Fix a bug with UID assignment.
Showing
- cmd/dgraph/main.go 4 additions, 2 deletionscmd/dgraph/main.go
- posting/lists.go 10 additions, 3 deletionsposting/lists.go
- raftwal/wal.go 33 additions, 8 deletionsraftwal/wal.go
- store/store.go 1 addition, 4 deletionsstore/store.go
- worker/assign.go 12 additions, 2 deletionsworker/assign.go
- worker/draft.go 98 additions, 47 deletionsworker/draft.go
Please register or sign in to comment