[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

@ -315,7 +315,7 @@ void check_fuse_row_flag(
row.flag_ = old_flag;
row.flag_.fuse_flag(ObDmlRowFlag(input_flag));
if (expect_flag != row.flag_.whole_flag_) {
STORAGE_LOG(WARN, "not equal", K(old_flag), K(input_flag),
STORAGE_LOG_RET(WARN, OB_ERR_UNEXPECTED, "not equal", K(old_flag), K(input_flag),
K(expect_flag), "fused_flag", row.flag_);
}
}