-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
HBASE-28546 Make WAL rolling exception clear #5848
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 <zhangduo@apache.org> (cherry picked from commit debb192)
Signed-off-by: Duo Zhang <zhangduo@apache.org> Change-Id: I545a68b3f0984db5b488bd0f77c495570f9c22ad
No description provided.