doris版本:2.1.5
fe错误日志如下:
2024-08-28 11:00:41,641 WARN (report-thread|204) [TabletInvertedIndex.handleCooldownConf():471] failed to get tablet. tabletId=16382
2024-08-28 11:00:41,641 WARN (report-thread|204) [TabletInvertedIndex.handleCooldownConf():471] failed to get tablet. tabletId=16365
2024-08-28 11:00:41,641 WARN (report-thread|204) [TabletInvertedIndex.handleCooldownConf():471] failed to get tablet. tabletId=16430
sql输出如下:
mysql> show tablet 16430;
+-----------+-----------+---------------+-----------+-------+---------+-------------+---------+--------+-------+-----------+------------------------------------------------------------+
| DbName | TableName | PartitionName | IndexName | DbId | TableId | PartitionId | IndexId | IsSync | Order | QueryHits | DetailCmd |
+-----------+-----------+---------------+-----------+-------+---------+-------------+---------+--------+-------+-----------+------------------------------------------------------------+
| xxxx | NULL | NULL | NULL | 16191 | 16200 | 16429 | 16201 | false | -1 | 0 | SHOW PROC '/dbs/16191/16200/partitions/16429/16201/16430'; |
+-----------+-----------+---------------+-----------+-------+---------+-------------+---------+--------+-------+-----------+------------------------------------------------------------+
1 row in set (0.00 sec)
mysql> SHOW PROC '/dbs/16191/16200/partitions/16429/16201/16430';
ERROR 1051 (42S02): errCode = 2, detailMessage = Unknown table '16200'
mysql>
请问下怎么定位这个问题呢