Patch some commits to open source branch

This commit is contained in:
rl0
2021-07-22 00:31:09 +08:00
committed by wangzelin.wzl
parent 69fa727d91
commit 5839aec035
30 changed files with 2827 additions and 291 deletions

View File

@ -567,7 +567,6 @@ int ObIlogAccessor::check_partition_ilog_can_be_purged(const common::ObPartition
can_purge = false;
uint64_t last_replay_log_id = OB_INVALID_ID;
int64_t unused_ts = OB_INVALID_TIMESTAMP;
storage::ObIPartitionGroupGuard guard;
if (false == inited_) {
ret = OB_NOT_INIT;
CSR_LOG(ERROR, "ObIlogAccessor is not init", K(ret));