fix case failed cause by information_schema enhance
This commit is contained in:
		| @ -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())); | ||||
|             } | ||||
|           } | ||||
|         } | ||||
|  | ||||
| @ -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() | ||||
|   { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 obdev
					obdev