Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public void run() {
exc);
} catch (ShutdownSignalException exc) {
this.sleepMillis = getSleepMillis(true, this.sleepMillis);
logger.error("Unexpected connection exception while doing background work; sleepMillis={}",
logger.warn("Unexpected connection exception while doing background work; sleepMillis={}",
this.sleepMillis,
exc);
} catch (Exception e) {
Expand Down Expand Up @@ -236,4 +236,4 @@ private static long getSleepMillis(boolean isConnectionException, long oldSleepM
return oldSleepMillis;
}
}
}
}