-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
HBASE-28186 Rebase CacheAwareBalance related commits into master branch #5500
Conversation
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reviewed all patches and they are the same as the feature branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for this commit 895d865 , can we remove the message as part of the commit body ?
Change-Id: I1fc241eaa334b438adbf0e245a1f6a56be605f8d
also I'm wondered how these patches will be landing in master, will it be a single commit ? or will we keep the history of those verified
commits , and those rebasing commit how would you handle it ? 2469aca and 917bfce
I was reviewing the first commit but I didn't know i cannot review and submit approve per each commit
No, idea is to preserve the original commits. Let me squash the rebasing commits in, so that we only have the 4 original commits from Rahul. |
#5339) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org> Reviewew-by: Kota-SH <shanmukhaharipriya@gmail.com>
#5342) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
#5495) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
484030f
to
d3f8d16
Compare
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
This PR is for rebasing all the CacheAwareBalancer commits into master. Rahul has shared the design doc in HBASE-27999.
Documentation on how this works and how it can be enabled has been provided in the HBASE-28097 PR
This is relevant for cloud storage deployments, where the cost of moving a large, fully cached region to a new RS is high, requiring reads to go all the way to the cloud storage whilst the region is being "re-cached" on the new RS.
@ragarkar can share more details about his tests results.