You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2021/01/01 21:06:37 UTC

[GitHub] [zeppelin] VipinRathor commented on a change in pull request #4007: [ZEPPELIN-5180] - Improve Kerberos debug messages

VipinRathor commented on a change in pull request #4007:
URL: https://github.com/apache/zeppelin/pull/4007#discussion_r550806707



##########
File path: zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/KerberosInterpreter.java
##########
@@ -136,6 +136,8 @@ public Object call() throws Exception {
           logger.info("Ran runKerberosLogin command successfully.");
           kinitFailCount = 0;
           // schedule another kinit run with a fixed delay.
+          logger.info("Scheduling Kerberos ticket refresh thread with interval " +

Review comment:
       Done.
   1. logger is replaced with LOGGER
   2. LOGGER is now declared final




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org