[typo](fix) Fix spelling errors in comments (#11810)

This commit is contained in:
yinzhijian
2022-08-18 13:55:41 +08:00
committed by GitHub
parent 0903dd61f3
commit 3eeaa8e65b
2 changed files with 2 additions and 2 deletions

View File

@ -383,7 +383,7 @@ public class CheckConsistencyJob {
if (this.checksumMap.containsKey(backendId)) {
checksumMap.put(backendId, checksum);
} else {
// should not happened. add log to observe
// should not happen. add log to observe
LOG.warn("can not find backend[{}] in tablet[{}]'s consistency check job", backendId, tabletId);
}
}

View File

@ -180,7 +180,7 @@ public class LoadManager implements Writable {
LOG.info(new LogBuilder(LogKey.LOAD_JOB, loadJob.getId()).add("msg", "replay create load job").build());
}
// add load job and also add to to callback factory
// add load job and also add to callback factory
private void createLoadJob(LoadJob loadJob) {
if (loadJob.isExpired(System.currentTimeMillis())) {
// This can happen in replay logic.