Uh oh!
There was an error while loading. Please reload this page.
HBASE-28186 Rebase CacheAwareBalance related commits into master branch - #5500
HBASE-28186 Rebase CacheAwareBalance related commits into master branch#5500wchevreuil wants to merge 4 commits into
Conversation
Apache-HBase
commented
Nov 3, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 3, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 3, 2023
💔 -1 overall
This message was automatically generated. |
|
Apache-HBase
commented
Nov 3, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 3, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 3, 2023
💔 -1 overall
This message was automatically generated. |
There was a problem hiding this comment.
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
wchevreuil
commented
Nov 10, 2023
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
d3f8d16Comparewchevreuil
commented
Nov 10, 2023
Apache-HBase
commented
Nov 10, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 10, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 10, 2023
💔 -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.