Skip to content

Commit

Permalink
Changing the log level to debug (#581)
Browse files Browse the repository at this point in the history
Co-authored-by: Sundaram Ananthanarayanan <[email protected]>
  • Loading branch information
sundargates and sundargates authored Nov 9, 2023
1 parent 8541ad3 commit 8f5ad73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1786,7 +1786,7 @@ public void refreshAndSendWorkerAssignments() {
@Override
public void checkHeartBeats(Instant currentTime) {

LOGGER.info("Using worker timeout {} for job {}", getWorkerTimeoutSecs(), this.jobMgr.getJobId());
LOGGER.debug("Using worker timeout {} for job {}", getWorkerTimeoutSecs(), this.jobMgr.getJobId());
// heartbeat misses are calculated as 3 * heartbeatInterval, pick 1.5 multiplier for this check interval
long missedHeartBeatToleranceSecs = (long) (1.5 * getWorkerTimeoutSecs());
// Allow more time for workers to start
Expand Down

0 comments on commit 8f5ad73

Please sign in to comment.