fix create synonym 4016 && add thread name for maintain dep task queue
This commit is contained in:
@ -194,7 +194,7 @@ int ObMaintainObjDepInfoTask::assign_view_schema(const ObTableSchema &view_schem
|
||||
int ObMaintainDepInfoTaskQueue::init(const int64_t thread_cnt, const int64_t queue_size)
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
if (OB_FAIL(ObAsyncTaskQueue::init(thread_cnt, queue_size))) {
|
||||
if (OB_FAIL(ObAsyncTaskQueue::init(thread_cnt, queue_size, "MaintainDepInfoTaskQueue"))) {
|
||||
LOG_WARN("failed to init base queue", K(ret));
|
||||
} else if (OB_FAIL(view_info_set_.create(INIT_BKT_SIZE))) {
|
||||
LOG_WARN("failed to init view set", K(ret));
|
||||
|
||||
Reference in New Issue
Block a user