select 3.0rc版本 集群问题

Viewed 24

目前使用版本selectdb-doris-3.0.0-rc11
问题1 请问如何升级到doris 3.0稳定版
问题2 fe日志报错 找不到表 表已经删除 如何清理
2025-04-23 15:47:26,641 WARN (PUBLISH_VERSION|23) [AnalysisManager.replayUpdateRowsRecord():1201] Table 2536534 does not exist in DB 11002.
问题3 be报错 连接不到其他be节点的 8060 端口
20250423 16:30:37.179181 6686 socket.cpp:1653] Fail to write into Socket{id=3100966483778 fd=7405 addr=10.116.183.166:51820:8060} (0x7f5624c7d300): Connection reset by peer [104]
W20250423 16:30:37.553263 6579 input_messenger.cpp:362] Fail to read from Socket{id=3307124887384 fd=2533 addr=10.116.183.151:55194:8060} (0x7f569c9eda00): Connection reset by peer [104]
W20250423 16:30:38.426538 6630 input_messenger.cpp:362] Fail to read from Socket{id=18176301606770 fd=3507 addr=10.116.183.151:55296:8060} (0x7f563d631300): Connection reset by peer [104]
W20250423 16:30:39.238325 6436 input_messenger.cpp:362] Fail to read from Socket{id=3015067141532 fd=3845 addr=10.116.183.151:55424:8060} (0x7f56f7642700): Connection reset by peer [104]
W20250423 16:30:39.242280 6497 input_messenger.cpp:362] Fail to read from Socket{id=17806934412963 fd=3829 addr=10.116.183.151:55422:8060} (0x7f565e1bc9c0): Connection reset by peer [104]
W20250423 16:30:41.320276 6654 input_messenger.cpp:362] Fail to read from Socket{id=3539053144902 fd=8137 addr=10.116.183.151:55598:8060} (0x7f57a273e800): Connection reset by peer [104]
W20250423 16:30:41.390569 6572 input_messenger.cpp:362] Fail to read from Socket{id=3728031702196 fd=1532 addr=10.116.183.166:52244:8060} (0x7f56238b4e40): Connection reset by peer [104]
W20250423 16:30:42.141229 6448 input_messenger.cpp:362] Fail to read from Socket{id=3315714877867 fd=6799 addr=10.116.183.151:55690:8060} (0x7f5613f131c0): Connection reset by peer [104]
W20250423 16:30:42.215353 6480 input_messenger.cpp:362] Fail to read from Socket{id=3324304767560 fd=8320 addr=10.116.183.151:55624:8060} (0x7f5a6a2f5a80): Connection reset by peer [104]

3 Answers

be都正常
但是表不存在了

MySQL [ems_stats]> SHOW tablet 2536534 ;
+--------+-----------+---------------+-----------+------+---------+-------------+---------+--------+-------+-----------+--------------------------------------------------+
| DbName | TableName | PartitionName | IndexName | DbId | TableId | PartitionId | IndexId | IsSync | Order | QueryHits | DetailCmd                                        |
+--------+-----------+---------------+-----------+------+---------+-------------+---------+--------+-------+-----------+--------------------------------------------------+
| NULL   | NULL      | NULL          | NULL      | -1   | -1      | -1          | -1      | false  | -1    | 0         | SHOW PROC '/dbs/-1/-1/partitions/-1/-1/2536534'; |
+--------+-----------+---------------+-----------+------+---------+-------------+---------+--------+-------+-----------+--------------------------------------------------+
MySQL [ems_support]> SHOW PROC '/dbs/2536528';
+---------+----------------------+----------+---------------------+--------------+--------+------+--------------------------+--------------+----------------+--------------------+-----------------------+---------------------+
| TableId | TableName            | IndexNum | PartitionColumnName | PartitionNum | State  | Type | LastConsistencyCheckTime | ReplicaCount | VisibleVersion | VisibleVersionTime | RunningTransactionNum | LastUpdateTime      |
+---------+----------------------+----------+---------------------+--------------+--------+------+--------------------------+--------------+----------------+--------------------+-----------------------+---------------------+
| 2536534 | device_data_original | 1        | rtc_datetime        | 175          | NORMAL | OLAP | NULL                     | 576          | 5251228        | 1745481824036      | 1                     | 2025-04-24 16:03:44 |
+---------+----------------------+----------+---------------------+--------------+--------+------+--------------------------+--------------+----------------+--------------------+-----------------------+---------------------+

表在另一个数据库中