bug: query raise Out of range [0x80000112] after upgrade from 3.3.0.3 to 3.3.6.13
Open
Nobody has claimed this yet.
bug
- Dominant language
- C
- Stars
- 25.1k
- Forks
- 5k
- Avg merge
- 4d 59m
- Merged PRs (30d)
- 7
Description
Bug Description
After upgrading tdengine from 3.3.0.3 to 3.3.6.13, when selecting data from one of the database, it raises error: Out of range [0x80000112]
taos> show stables;
stable_name |
=================================
device_region_distribution |
...
Query OK, 30 row(s) in set (0.008191s)
taos> desc device_region_distribution;
DB error: Out of range [0x80000112] (0.001982s)
taos> select * from device_region_distribution ;
DB error: Fail to get table info, error: Out of range [0x80000112] (0.001951s)
To Reproduce
Steps to reproduce the behavior:
- open taos
- desc stable
Environment (please complete the following information):
- OS: k8s tdengine/tdengine:3.3.6.13
- Memory, CPU, current Disk Space
- TDengine Version 3.3.6.13
- Previous Tdengine version: 3.3.0.3
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure in the taos CLI using TDengine 3.3.6.13 and the reported desc stable and select * commands, comparing with 3.3.0.3. Determine which schema or table conditions trigger Out of range [0x80000112]; done means the reported stable can be described and queried successfully after the upgrade.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, sql
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100