mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add space before time(s)
This commit is contained in:
parent
adf23743b0
commit
443c407d33
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ public abstract class KerberosInterpreter extends Interpreter {
|
|||
.schedule(this, getTimeAsMs(getKerberosRefreshInterval()), TimeUnit.MILLISECONDS);
|
||||
} else {
|
||||
kinitFailCount++;
|
||||
logger.info("runKerberosLogin failed for " + kinitFailCount + "time");
|
||||
logger.info("runKerberosLogin failed for " + kinitFailCount + " time(s).");
|
||||
// schedule another retry at once or close the interpreter if too many times kinit fails
|
||||
if (kinitFailCount >= kinitFailThreshold()) {
|
||||
logger.error("runKerberosLogin failed for max attempts, calling close interpreter.");
|
||||
|
|
|
|||
Loading…
Reference in a new issue