Uh oh!
There was an error while loading. Please reload this page.
HBASE-27999 Implement cache prefetch aware load balancer - #5376
Conversation
Apache-HBase
commented
Aug 29, 2023
💔 -1 overall
This message was automatically generated. |
Fixed spotless and spotbugs errors.
Apache-HBase
commented
Aug 29, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 29, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 29, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 29, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 29, 2023
💔 -1 overall
This message was automatically generated. |
Fixed test failures
Apache-HBase
commented
Aug 30, 2023
🎊 +1 overall
This message was automatically generated. |
wchevreuil
left a comment
There was a problem hiding this comment.
The term "prefetch" is confusing. What we are really concerned here is how much cached a region is, so we should reflect this on classes, variables, methods and comments.
| /** | ||
| * Waits for all the regions of a table to be prefetched fully | ||
| * @param table Table to be wait on. | ||
| */ |
There was a problem hiding this comment.
The javadoc seems out of sync with the method behaviour.
There was a problem hiding this comment.
Removed these functions as they are not needed. I had written them for a test, but that test is not included in the current patch as I still need to work on it.
| }; | ||
| } | ||
| /** |
There was a problem hiding this comment.
These utility methods are all specific for this new balance function, so it should not be here in HBaseTestingUtil. Please move it to your tests classes. Maybe make an abstract parent class which all your tests would extend?
Uh oh!
There was an error while loading. Please reload this page.
Apache-HBase
commented
Aug 30, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 30, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 30, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 30, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 30, 2023
💔 -1 overall
This message was automatically generated. |
ragarkar
commented
Sep 5, 2023
I have updated the code to reflect that fact that we are interested in how much a region is cached on a region server rather than using the term prefetch. |
Apache-HBase
commented
Sep 5, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 5, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 5, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 18, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 18, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 18, 2023
💔 -1 overall
This message was automatically generated. |
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
No description provided.