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

@ -117,7 +117,7 @@ int ObSql::init(common::ObOptStatManager *opt_stat_mgr,
KP(transport),
KP(vt_partition_service));
} else {
if (OB_FAIL(queue_.init(1, 8192))) {
if (OB_FAIL(queue_.init(1, 512))) {
LOG_WARN("queue init failed", K(ret));
} else {
opt_stat_mgr_ = opt_stat_mgr;