-
- Downloads
RAFT: Consensus based mutations. Waits for mutations to be committed to the...
RAFT: Consensus based mutations. Waits for mutations to be committed to the RAFT group, before replying back to the client. Also removes the unnecessary logic of returning unapplied mutations. Instead on an error, all the mutations should be reapplied.
Showing
- cmd/dgraph/main.go 2 additions, 11 deletionscmd/dgraph/main.go
- posting/list.go 2 additions, 0 deletionsposting/list.go
- uid/assigner.go 6 additions, 9 deletionsuid/assigner.go
- worker/draft.go 149 additions, 30 deletionsworker/draft.go
- worker/mutation.go 25 additions, 55 deletionsworker/mutation.go
- worker/worker.go 6 additions, 9 deletionsworker/worker.go
- x/x.go 1 addition, 1 deletionx/x.go
Please register or sign in to comment