Uh oh!
There was an error while loading. Please reload this page.
HBASE-25549 Provide a switch that allows avoiding reopening all regions when modifying a table to prevent RIT storms - #5549
Conversation
…fying a table to prevent RIT storms.
Apache-HBase
commented
Nov 29, 2023
🎊 +1 overall
This message was automatically generated. |
Uh oh!
There was an error while loading. Please reload this page.
Apache-HBase
commented
Nov 29, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 29, 2023
💔 -1 overall
This message was automatically generated. |
gourabtaparia
commented
Nov 29, 2023
@bbeaudreault I have made the suggested change. Please review again. |
bbeaudreault
left a comment
There was a problem hiding this comment.
LGTM, let's wait for pre-commit to come back. Thanks for doing this :)
Thanks for the review. |
Apache-HBase
commented
Nov 29, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 29, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 29, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 29, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 30, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Nov 30, 2023
💔 -1 overall
This message was automatically generated. |
GeorryHuang
left a comment
There was a problem hiding this comment.
LGTM.Thanks for your work.
gourabtaparia
commented
Nov 30, 2023
@GeorryHuang@bbeaudreault Looks like few of the unrelated unit tests are failing here. How should we move ahead here ? Should i submit a dummy change to retrigger the runs ? Or is this okay to be merged ? |
Apache-HBase
commented
Dec 1, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 1, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 1, 2023
💔 -1 overall
This message was automatically generated. |
gourabtaparia
commented
Dec 1, 2023
Retriggered the build again, and all the previous failed test succeeded, and this time a new test TestClientScannerTimeouts.testNormalScanTimeoutOnNextAsync is failing. This looks not related to the changes made. Can you guys please help to get this merged ? Or should i continue to re-trigger it until all the tests succeed ? |
bbeaudreault
left a comment
There was a problem hiding this comment.
I noticed one small thing. I can merge once you fix that, we don't have to wait for the full pre-commit to run, just the first one which checks spotless/checkstyle/etc
Uh oh!
There was an error while loading. Please reload this page.
gourabtaparia
commented
Dec 1, 2023
@bbeaudreault Thanks for pointing this out, i have pushed a commit adding the related javadoc. |
Apache-HBase
commented
Dec 1, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 1, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 1, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 1, 2023
🎊 +1 overall
This message was automatically generated. |
…ns when modifying a table to prevent RIT storms (#5549) Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org> Signed-off-by: GeorryHuang <huangzhuoyue@apache.org>
…ns when modifying a table to prevent RIT storms (#5549) Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org> Signed-off-by: GeorryHuang <huangzhuoyue@apache.org>
…eopening all regions when modifying a table to prevent RIT storms (apache#5549) Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org> Signed-off-by: GeorryHuang <huangzhuoyue@apache.org>
Apache-HBase
commented
Dec 1, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Dec 1, 2023
💔 -1 overall
This message was automatically generated. |
gourabtaparia
commented
Dec 2, 2023
Thanks @bbeaudreault for merging this. |
The related changes have already been merged in the master branch from #2924. This change cherry-picks that, and makes few additional changes on top of that.