Do not report ERROR when sample rate equals 100

This commit is contained in:
ZenoWang
2024-02-06 14:49:31 +00:00
committed by ob-robot
parent 1f1d5c08ae
commit c8ef409bf3
3710 changed files with 486984 additions and 3083329 deletions

View File

@ -61,11 +61,10 @@ int ObBackupBaseService::create(const char* thread_name, ObBackupBaseService &te
} else if (OB_FAIL(thread_cond_.init(event_no))) {
LOG_WARN("fail to init thread cond", K(ret), K(event_no));
} else {
stop();
thread_name_ = thread_name;
wakeup_cnt_ = 0;
is_created_ = true;
stop();
LOG_INFO("[BACKUP_SERVICE] thread create", K(tg_id_), K(thread_name_));
}
return ret;
}