Skip to content

Commit 63e6466

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,9 +459,9 @@ private void doWork() {
459459
uncheckpointed, checkpointConf.getTxnCount());
460460
needCheckpoint = true;
461461
} else if (secsSinceLast >= checkpointConf.getPeriod()) {
462-
LOG.info("Triggering checkpoint because it has been {} seconds "
463-
+ "since the last checkpoint, which exceeds the configured "
464-
+ "interval {}, And now is {}, lastCheckpointTime is {}.",
462+
LOG.info("Triggering checkpoint because it has been {} seconds " +
463+
"since the last checkpoint, which exceeds the configured " +
464+
"interval {}, And now is {}, lastCheckpointTime is {}.",
465465
secsSinceLast, checkpointConf.getPeriod(), now, lastCheckpointTime);
466466
needCheckpoint = true;
467467
}

0 commit comments

Comments
 (0)