[FEAT MERGE] Merge syslog user experience improvement to master

Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
This commit is contained in:
stdliu
2023-02-06 15:52:23 +08:00
committed by ob-robot
parent 1de9266dd0
commit f8c5c2647f
796 changed files with 4465 additions and 3036 deletions

View File

@ -1313,7 +1313,7 @@ bool ObBackupProviderItemCompare::operator()(const ObBackupProviderItem *left, c
bool bret = false;
if (OB_ISNULL(left) || OB_ISNULL(right)) {
result_code_ = OB_INVALID_DATA;
LOG_WARN("provider item should not be null", K_(result_code), KP(left), KP(right));
LOG_WARN_RET(result_code_, "provider item should not be null", K_(result_code), KP(left), KP(right));
} else if (backup_data_type_.is_minor_backup()) { // minor sstable is sorted by log ts range end log ts
if (left->get_tablet_id().id() < right->get_tablet_id().id()) {
bret = true;