add code for sw compiling and fix some problems

This commit is contained in:
zb0
2021-12-15 10:54:48 +08:00
committed by LINxiansheng
parent 77cf1effd1
commit 0dc8820123
27 changed files with 460 additions and 16 deletions

View File

@ -255,7 +255,7 @@ int ObPartitionLoopWorker::write_checkpoint_(const int64_t checkpoint)
if (OB_FAIL(cb->init(ps_, checkpoint))) {
STORAGE_LOG(WARN, "checkpoint log callback init failed", K(ret), K(checkpoint));
} else if (OB_FAIL(write_checkpoint(checkpoint, cb, log_id))) {
STORAGE_LOG(WARN, "submit checkpoint log failed", K(ret), K(log));
STORAGE_LOG(WARN, "submit checkpoint log failed", K(ret));
} else {
// do nothing
}