从3.3.0.3升级到3.3.6.13后,出现Out of range [0x80000112]错误

【TDengine 使用环境】
生产环境 /测试/ Poc/预生产环境

【TDengine 版本】

3.3.6.13

【操作系统以及版本】

ubuntu 20.04

【部署方式】容器/非容器部署

k8s statefulset

【集群节点数】

3

【集群副本数】

1

【描述业务影响】

从3.3.0.3升级到3.3.6.13后,执行desc,show tables,select操作均出现out of range 0x80000112 错误

【问题复现路径/shan】做过哪些操作出现的问题

执行了数据库升级操作

【遇到的问题:问题现象及影响】

无法正常读取表数据

【资源配置】

【报错完整截图】(不要大段的粘贴报错代码,论坛直接看报错代码不直观)

taos> show stables;
          stable_name           |
=================================
 cookbook_recipe_execute_daily  |
 device_fault_device            |
 auth_user_region_distribution  |
 auth_total_users               |
 auth_new_users                 |
 cookbook_recipe_execute_ove... |
 weather                        |
 device_rssi_region_daily_su... |
 cookbook_recipe_total_daily    |
 device_fault_region_daily_s... |
 device_activate_device_1min    |
 cookbook_recipe_execute_ove... |
 device_offline_region_daily... |
 cookbook_recipe_execute        |
 track_activated_users          |
 device_fault_device_1min       |
 device_online_device           |
 cookbook_recipe_total          |
 device_energy_region_daily_... |
 auth_new_users_daily           |
 cookbook_recipe_create         |
 track_activated_users_monthly  |
 device_region_distribution     |
 auth_total_users_daily         |
 device_total_device_1min       |
 device_online_device_1min      |
 device_activate_device         |
 cookbook_recipe_create_daily   |
 track_activated_users_daily    |
 device_total_device            |
Query OK, 30 row(s) in set (0.018071s)

taos> show tables;

DB error: Out of range [0x80000112] (0.005460s)
taos> select * from device_total_device;

DB error: Fail to get table info, error: Out of range [0x80000112] (0.002493s)

看下taoslog 和taosd 日志,是否有别的错误

我是采取在线升级的,直接升级statefulset,可能是因为这个原因导致这个错误:

此话题已在最后回复的 30 天后被自动关闭。不再允许新回复。