Uh oh!
There was an error while loading. Please reload this page.
HBASE-25653 Add units and round off region size to 2 digits after decimal - #3046
Conversation
Apache-HBase
commented
Mar 12, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 12, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 12, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 12, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 12, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 12, 2021
💔 -1 overall
This message was automatically generated. |
DivyeshChandra
commented
Mar 12, 2021
@ndimiduk@virajjasani please review. |
virajjasani
commented
Mar 13, 2021
Apache-HBase
commented
Mar 15, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 15, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 15, 2021
🎊 +1 overall
This message was automatically generated. |
saintstack
left a comment
There was a problem hiding this comment.
LGTM. Just one question. Have you tried it?
| int targetRegionCount = tableDescriptor.getNormalizerTargetRegionCount(); | ||
| long targetRegionSize = tableDescriptor.getNormalizerTargetRegionSize(); | ||
| LOG.debug("Table {} configured with target region count {}, target region size {}", table, | ||
| LOG.debug("Table {} configured with target region count {}, target region size {} MB", table, |
There was a problem hiding this comment.
For sure these are MB values? I tried looking at code but it doesn't say explicitly...
There was a problem hiding this comment.
Oh, there are some checkstyle complaints to fix? See https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-3046/3/artifact/yetus-general-check/output/diff-checkstyle-hbase-server.txt
There was a problem hiding this comment.
For sure these are MB values? I tried looking at code but it doesn't say explicitly...
Yeah, but there is a hint of it in the alter command of hbase shell.
Also, avgRegionSize is set to targetRegionSize if its set, else the computed value for avgRegionSize is in MBs. So its an inference.
Apache-HBase
commented
Mar 16, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 16, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 16, 2021
🎊 +1 overall
This message was automatically generated. |
DivyeshChandra
commented
Mar 16, 2021
Tested with hbase in standalone mode.
|
…imal (apache#3046) Signed-off-by: stack <stack@duboce.net> Reviewed-by: Viraj Jasani <vjasani@apache.org>
…imal (apache#3046) Signed-off-by: stack <stack@duboce.net> Reviewed-by: Viraj Jasani <vjasani@apache.org>
…imal (apache#3046) Signed-off-by: stack <stack@duboce.net> Reviewed-by: Viraj Jasani <vjasani@apache.org>
…imal (#3046) Signed-off-by: stack <stack@duboce.net> Reviewed-by: Viraj Jasani <vjasani@apache.org>
…imal (#3046) Signed-off-by: stack <stack@duboce.net> Reviewed-by: Viraj Jasani <vjasani@apache.org>
…imal (#3046) Signed-off-by: stack <stack@duboce.net> Reviewed-by: Viraj Jasani <vjasani@apache.org>
No description provided.