[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:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user