fix case failed cause by information_schema enhance

This commit is contained in:
obdev
2023-02-07 11:52:26 +08:00
committed by ob-robot
parent e9b85c65a0
commit de327e58f9
14 changed files with 119 additions and 40 deletions

View File

@ -277,7 +277,7 @@ void ObMaintainDepInfoTaskQueue::run2()
// ignore ret
int tmp_ret = OB_SUCCESS;
if (OB_SUCCESS != (tmp_ret = view_info_set_.erase_refactored(view_schema.get_table_id()))) {
LOG_WARN("failed to erase obj id", K(tmp_ret));
LOG_WARN("failed to erase obj id", K(tmp_ret), K(view_schema.get_table_id()));
}
}
}

View File

@ -89,7 +89,7 @@ private:
class ObMaintainDepInfoTaskQueue: public share::ObAsyncTaskQueue
{
public:
static const int64_t INIT_BKT_SIZE = 8192;
static const int64_t INIT_BKT_SIZE = 512;
ObMaintainDepInfoTaskQueue() : last_execute_time_(0) {}
virtual ~ObMaintainDepInfoTaskQueue()
{