Do not report ERROR when sample rate equals 100
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user