Skip to content

Commit 3f9c5da

Browse files
author
eddy.cao
committed
fix code format issue
1 parent 2dc4048 commit 3f9c5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/ha/StandbyCheckpointer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ private void doWork() {
462462
LOG.info("Triggering checkpoint because it has been {} seconds "
463463
+ "since the last checkpoint, which exceeds the configured "
464464
+ "interval {}, And now is {}, lastCheckpointTime is {}.",
465-
secsSinceLast, checkpointConf.getPeriod(), now, lastCheckpointTime);
465+
secsSinceLast, checkpointConf.getPeriod(), now, lastCheckpointTime);
466466
needCheckpoint = true;
467467
}
468468

0 commit comments

Comments
 (0)