Uh oh!
There was an error while loading. Please reload this page.
HBASE-27998 Enhance region metrics to include prefetch ratio for each… - #5342
Conversation
Apache-HBase
commented
Aug 3, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 3, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 3, 2023
💔 -1 overall
This message was automatically generated. |
wchevreuil
left a comment
There was a problem hiding this comment.
LGTM, just a minor nit regarding comments.
| List<ServerTask> getTasks(); | ||
| /** Returns the region prefetch information for the regions hosted on this server */ | ||
| Map<String, Integer> getRegionPrefetchInfo(); |
There was a problem hiding this comment.
Nit: Mind explain in the comment what is the Integer value representing here? Is it the total region size, or amount of the region size cached? If the former, is that absolute or round percentage?
There was a problem hiding this comment.
Updated the comment to add information about about the integer value in the regionPrefetchInfo.
67b8ab1 to
fd7faf6CompareApache-HBase
commented
Aug 24, 2023
💔 -1 overall
This message was automatically generated. |
wchevreuil
left a comment
There was a problem hiding this comment.
LGTM, just need to address the spotless errors before this can be merged.
Apache-HBase
commented
Aug 24, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 24, 2023
💔 -1 overall
This message was automatically generated. |
wchevreuil
commented
Aug 24, 2023
re-check |
Apache-HBase
commented
Aug 24, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 25, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Aug 25, 2023
💔 -1 overall
This message was automatically generated. |
ragarkar
commented
Aug 25, 2023
Not sure why there are spotless error here. I do not see any errors in my local build. The 'mvn spotless:check' comes out clean. |
ragarkar
commented
Aug 28, 2023
re-check |
wchevreuil
commented
Aug 29, 2023
The latest UT failures seem unrelated. I can't reproduce the spotless failures, so let's get this merged. |
#5342) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
#5342) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
#5342) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
#5342) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org> Change-Id: If38cc255a4f6a97bf95eec98204da6d27e4674b6
#5342) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
#5342) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
apache#5342) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
apache#5342) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org> (cherry picked from commit 9e74cc0)
apache#5342) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org> (cherry picked from commit 9e74cc0)
apache#5342) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org> (cherry picked from commit 9e74cc0)
HBASE-27998 Enhance region metrics to include prefetch ratio for each… (apache#5342) Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org> (cherry picked from commit 9e74cc0) Change-Id: Ieee231a06d8705f8860095a585fa94b36e0f1bac
… region