Highlights
- Arctic Code Vault Contributor
- Pro
Pinned
568 contributions in the last year
Contribution activity
December 2020
Created 22 commits in 3 repositories
Created a pull request in dgraph-io/dgraph that received 1 comment
Fix(Zero): Fix how Zero snapshots and purge works
Zero snapshots were being calculated in a round about way. This got worse due to a recent bug introduction, which caused Zeros to not get snapshots…
+897
−430
•
1
comment
Opened 7 other pull requests in 3 repositories
dgraph-io/dgraph
3
merged
dgraph-io/badger
3
merged
dgraph-io/ristretto
1
merged
Reviewed 12 pull requests in 3 repositories
dgraph-io/dgraph 10 pull requests
- fix(Chunker): JSON parsing performance
- chore: Update Raft migrate tool to handle new proposal format
- fix(restore): multiple restore requests should be rejected and proposals should not be submitted
- opt(reindex): do not try building indices when inserting a new predicate
- chore(test):enabling tests to run with race flag enabled
- fix: unmarshal snapshot onto zerosnapshot instead of membershipState
- Fix(bulk): Correctly append all the slices of cbuf while reduce phase
- feat(tablet): add uncompressed size to pb.Tablet
- feat(debug): Support rollup in debug tool
- Use stream framework in debug tool