[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

@ -41,7 +41,7 @@ const char *ObLogGranuleIterator::get_name() const
int tmp_ret = OB_SUCCESS;
int64_t index = 0;
if (OB_UNLIKELY(OB_SUCCESS != (tmp_ret = is_partition_gi(is_part_gi)))) {
LOG_ERROR("failed to check is partition gi", K(tmp_ret));
LOG_ERROR_RET(tmp_ret, "failed to check is partition gi", K(tmp_ret));
index = 1;
} else if (is_part_gi) {
index = 1;