Uh oh!
There was an error while loading. Please reload this page.
HBASE-27993. AbstractFSWAL causes ArithmeticException due to improper logRollSize value checking - #5390
Conversation
Apache-HBase
commented
Sep 11, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 11, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Sep 11, 2023
🎊 +1 overall
This message was automatically generated. |
Apache9
commented
Sep 15, 2023
Thanks for providing lots of PRs to make HBase more robust. Could you please open an umbrella issue first, and then convert all the related issues as sub tasks of this big issue, so it is easier to track these issues? |
teamconfx
commented
Sep 16, 2023
@Apache9 Thank you for your feedback! By an "umbrella issue", do you prefer a GitHub issue or a JIRA ticket? |
Apache9
commented
Sep 17, 2023
A jira ticket please. HBase uses jira for tracking issues. Thanks. |
teamconfx
commented
Sep 21, 2023
@Apache9 Thanks! We opened the umbrella issue in Jira: https://issues.apache.org/jira/browse/HBASE-28104 |
Apache9
commented
Sep 21, 2023
Good. Thanks for the effort. Will take a look at these patches soon. |
| private int calculateMaxLogFiles(Configuration conf, long logRollSize) { | ||
| checkArgument(logRollSize > 0, | ||
| "The log roll size cannot be zero or negative when calculating max log files."); |
There was a problem hiding this comment.
Better include the value of logRollSize in the error message?
Apache9
commented
Oct 6, 2023
Any updates here? @teamconfx Thanks. |
Apache9
commented
Oct 24, 2023
Ping @teamconfx |
teamconfx
commented
Mar 20, 2024
@Apache9 Sorry for the late reply. I added the value in the error message. |
Apache-HBase
commented
Mar 20, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 21, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 21, 2024
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Mar 21, 2024
🎊 +1 overall
This message was automatically generated. |
No description provided.