-
- Downloads
Common sense changes
- Don't retry indefinitely for aborting transactions during predicate move. Stop after a dozen tries. TODO: Need to ensure that this doesn't leave the move into a weird state. Needs more testing. - Swap the order of waiting for server to catch up. First, wait for Zero to send all data until Txn.ReadTs, then get an agreement among replicas to ensure that we're caught up. - Some more printfs. - Delete `_dummy_` data key, instead of `dummy`, which has more chances of conflict with user data. - Clarify some pieces of code.
Showing
- dgraph/cmd/zero/tablet.go 6 additions, 3 deletionsdgraph/cmd/zero/tablet.go
- posting/lists.go 1 addition, 1 deletionposting/lists.go
- posting/mvcc.go 4 additions, 2 deletionsposting/mvcc.go
- worker/export.go 4 additions, 1 deletionworker/export.go
- worker/mutation.go 2 additions, 0 deletionsworker/mutation.go
- worker/predicate_move.go 8 additions, 1 deletionworker/predicate_move.go
- worker/task.go 4 additions, 4 deletionsworker/task.go
Loading
Please register or sign in to comment