forked from apache/zeppelin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ZEPPELIN-5180] - Improve Kerberos debug messages
### What is this PR for? While troubleshooting Kerberos ticket issue, lack of Kerberos log messages makes it difficult to understand what is really happening. This PR aims to address that. It adds debug level log4j messages around ticket renewal thread (in runKerberosLogin()) and in createSecureConfiguration(). ### What type of PR is it? [Improvement] ### Todos * none ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-5180 ### How should this be tested? * Enable debug level in log4j for Interpreter to see the debug messages ### Screenshots (if appropriate) * None ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Vipin Rathor <v.rathor@gmail.com> Closes apache#4007 from VipinRathor/ZEPPELIN-5180 and squashes the following commits: 2534ba2 [Vipin Rathor] ZEPPELIN-5180 Incorporating more review comments 2cbc877 [Vipin Rathor] ZEPPELIN-5180 Incorporating review comments. f63ad05 [Vipin Rathor] ZEPPELIN-5180 - Improve Kerberos debug messages
- Loading branch information
1 parent
71d2508
commit 76ff234
Showing
2 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters