Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Address comments
  • Loading branch information
dongjoon-hyun committed Dec 8, 2023
commit 09ca410f7d7c4a46d8da01a136392649d5d522b8
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ private[deploy] class Master(
state = RecoveryState.ALIVE
schedule()
val timeTakenNs = System.nanoTime() - recoveryStartTimeNs
logInfo(s"Recovery complete in ${timeTakenNs / 1000000000d}s - resuming operations!")
logInfo(f"Recovery complete in ${timeTakenNs / 1000000000d}%.3fs - resuming operations!")
}

/**
Expand Down