cherry: cherry: feat: adding bulk call for alpha to inform zero about the tablets (#8… (#8100)
* feat: adding bulk call for alpha to inform zero about the tablets (#8089) * adding bulk call for alpha to inform zero about the tablets (#8088) (cherry picked from commit c204d0a4) * fix(zero): fix update membership to make bulk tablet proposal instead of multiple small (#8090) Converting the smaller tablet proposals into a single bulk call makes the execution faster. Else, this update becomes of the order of O(n^2), where n is the number of tablet updates. (cherry picked from commit 695c6d76) Co-authored-by:aman bansal <bansalaman2905@gmail.com>
Showing
- dgraph/cmd/zero/raft.go 31 additions, 3 deletionsdgraph/cmd/zero/raft.go
- dgraph/cmd/zero/zero.go 76 additions, 12 deletionsdgraph/cmd/zero/zero.go
- protos/pb.proto 10 additions, 0 deletionsprotos/pb.proto
- protos/pb/pb.pb.go 862 additions, 364 deletionsprotos/pb/pb.pb.go
- worker/groups.go 52 additions, 14 deletionsworker/groups.go
Loading
Please register or sign in to comment