Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(zero): fix update membership to make bulk tablet proposal instead… #8090

Merged
merged 1 commit into from
Oct 30, 2021

Conversation

NamanJain8
Copy link
Contributor

@NamanJain8 NamanJain8 commented Oct 27, 2021

… of multiple small

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.


This change is Reviewable

Copy link
Contributor

@danielmai danielmai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @manishrjain)

Copy link
Contributor

@danielmai danielmai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @manishrjain)

@NamanJain8 NamanJain8 merged commit 695c6d7 into release/v21.03-slash Oct 30, 2021
@NamanJain8 NamanJain8 deleted the naman/bulk_proposal branch October 30, 2021 14:59
NamanJain8 added a commit that referenced this pull request Nov 30, 2021
… 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 695c6d7)
NamanJain8 added a commit that referenced this pull request Nov 30, 2021
… 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 c204d0a)

* 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 695c6d7)

Co-authored-by: aman bansal <bansalaman2905@gmail.com>
all-seeing-code pushed a commit that referenced this pull request Jan 4, 2023
… 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 695c6d7)
skrdgraph pushed a commit that referenced this pull request Jan 6, 2023
… of multiple small (#8090) (#8573)

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 695c6d7)

Co-authored-by: Naman Jain <naman@dgraph.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants