-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-28546 Make WAL rolling exception clear #5848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
🎊 +1 overall
This message was automatically generated. |
| Throwables.propagateIfPossible(e.getCause(), IOException.class); | ||
| throw new RuntimeException(e.getCause()); | ||
| } catch (TimeoutException e) { | ||
| throw new RuntimeException(e); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better change this to TimeoutIOException?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea!
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
Any updates here? Thanks. |
Change-Id: I842cc1028ab87f75a70db737f52a4b83b8586b3d
Change-Id: I52dba1d32d81191c781b35d6d028aaeac90b7cce
|
Thanks for the reminder. Updated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
Thanks Duo! |
Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit debb192) (cherry picked from commit 8654420) (cherry picked from commit 6cb22b0)
Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit debb192)
Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit debb192) (cherry picked from commit 8654420)
Signed-off-by: Duo Zhang <[email protected]> Change-Id: I545a68b3f0984db5b488bd0f77c495570f9c22ad
Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit debb192) (cherry picked from commit 8654420)
Signed-off-by: Duo Zhang <[email protected]> (cherry picked from commit debb192) (cherry picked from commit 8654420)
No description provided.