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

Incremental remote bootstraps #1217

Open
amitanandaiyer opened this issue Apr 17, 2019 · 0 comments
Open

Incremental remote bootstraps #1217

amitanandaiyer opened this issue Apr 17, 2019 · 0 comments
Assignees
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue

Comments

@amitanandaiyer
Copy link
Contributor

amitanandaiyer commented Apr 17, 2019

Jira Link: DB-2203
Currently, if a tablet decides to remote bootstrap a peer who is lagging behind, the peer deletes all the data and fetches everything from the leader.

This may not be the best decision if there is a lot of data in the tablet. And, it seems wasteful to delete all the data corresponding to the time until when the peer was caught up.

We should consider supporting Incremental Remote Bootstraps where the lagging-behind peer can fetch just the sst files and logs corresponding to the delta that the peer has missed.

@amitanandaiyer amitanandaiyer added the area/docdb YugabyteDB core features label Apr 17, 2019
@ajcaldera1 ajcaldera1 added this to To Do in YBase features via automation Aug 6, 2019
@bmatican bmatican added this to the v2.1 milestone Sep 1, 2019
@rkarthik007 rkarthik007 removed this from the v2.1 milestone Jun 5, 2020
@yugabyte-ci yugabyte-ci added kind/bug This issue is a bug priority/medium Medium priority issue labels Jun 9, 2022
@yugabyte-ci yugabyte-ci assigned rthallamko3 and unassigned bmatican Jul 27, 2022
@yugabyte-ci yugabyte-ci added kind/enhancement This is an enhancement of an existing feature and removed kind/bug This issue is a bug labels Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects
YBase features
  
Backlog
Development

No branches or pull requests

5 participants