-
Notifications
You must be signed in to change notification settings - Fork 303
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
change UnknownScannerException to NonRecoverableException #202
base: master
Are you sure you want to change the base?
Conversation
@@ -29,7 +29,7 @@ | |||
/** | |||
* Exception thrown when we try to use an invalid or expired scanner ID. | |||
*/ | |||
public final class UnknownScannerException extends RecoverableException |
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.
This would require some more work as the scanner would need to be reopened with a new UID. What does it solve for you?
What additional steps need to be taken to get this merged? Anything I can do to help? |
I.e. if the underlying issue needs a different fix, or this PR is insufficient, can see what I can to help with that. |
* check in pom.xml * remove unnecessary plugins * remove unnecessary parent pom * apply patch OpenTSDB#202
why not this got merged after 2.5 years? |
the problem seems related to this change 061ec3, prior to this, will not retry UnknownScannerException. |
Is there any news about this fix concerning the scanner lease expiration bug detected using AsyncHbase 1.8.2 and HBase 2.x? |
PR of issue : #198