-
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-24747 Log an ERROR if HBaseSaslRpcServer initialisation fails w… #2079
Conversation
…ith an uncaught exception
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.
+1
new HBaseSaslRpcServer(provider, rpcServer.saslProps, rpcServer.secretManager); | ||
} catch (Exception 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.
nit: this can be IOException? Exception is also fine though since the purpose is to log any uncaught exceptions.
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.
Yeah, the goal here is to catch any uncaught exception that may be thrown by faulty custom providers.
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
…ith an uncaught exception (#2079) Signed-off-by: Viraj Jasani <[email protected]> Signed-off-by: Josh Elser <[email protected]> (cherry picked from commit bd42c75)
…ith an uncaught exception (#2079) Signed-off-by: Viraj Jasani <[email protected]> Signed-off-by: Josh Elser <[email protected]> (cherry picked from commit bd42c75)
…ith an uncaught exception (apache#2079) Signed-off-by: Viraj Jasani <[email protected]> Signed-off-by: Josh Elser <[email protected]> (cherry picked from commit bd42c75)
…ith an uncaught exception (apache#2079) Signed-off-by: Viraj Jasani <[email protected]> Signed-off-by: Josh Elser <[email protected]> Author: Wellington Chevreuil Reason: Supportability Ref: CDPD-15248 Change-Id: I78a1c87bea2c6e6a1204a46e0bf6676d5b7f896e
…ith an uncaught exception