[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:
@ -196,6 +196,7 @@ int ObTabletAutoincMgr::fetch_new_range(const ObTabletAutoincParam ¶m,
|
||||
LOG_WARN("failed to get autoinc cache", K(ret));
|
||||
} else if (tablet_id.is_user_normal_rowid_table_tablet() && node.cache_end_ > OB_MAX_AUTOINC_SEQ_VALUE) {
|
||||
ret = OB_HEAP_TABLE_EXAUSTED;
|
||||
LOG_DBA_ERROR(OB_HEAP_TABLE_EXAUSTED, "msg", "The hidden primary key sequence has exhausted", K(tablet_id), "current_seq", node.cache_end_);
|
||||
LOG_WARN("tablet autoinc seq has reached max", K(ret), K(node));
|
||||
} else {
|
||||
LOG_INFO("fetch new range success", K(tablet_id), K(node));
|
||||
|
||||
Reference in New Issue
Block a user