[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:
@ -40,7 +40,7 @@ int ObILibCacheNode::init(ObILibCacheCtx &ctx, const ObILibCacheObject *cache_ob
|
||||
void ObILibCacheNode::free_cache_obj_array()
|
||||
{
|
||||
if (OB_ISNULL(lib_cache_)) {
|
||||
LOG_WARN("lib cache is invalid");
|
||||
LOG_WARN_RET(OB_INVALID_ARGUMENT, "lib cache is invalid");
|
||||
} else {
|
||||
ObLCObjectManager &mgr = lib_cache_->get_cache_obj_mgr();
|
||||
SpinWLockGuard lock_guard(co_list_lock_);
|
||||
|
||||
Reference in New Issue
Block a user