[Bug] 从0.13版本迁移数据到1.1.1版本,报错:not a legal path
- 主要语言
- Java
- 星标
- 6.4k
- 派生
- 1.2k
- 平均合并
- 1 天 23 小时
- 30 天内合并 PR
- 115
描述
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar.
### Version
1.1.1
### Describe the bug and provide the minimal reproduce step
问题:从0.13版本迁移数据到1.1.1版本,报错:Auto create or verify schema error.
org.apache.iotdb.commons.exception.IllegalPathException: root.zzh.dev.30027.30027#-10001 is not a legal path
0.13版本中有 device: root.zzh.dev.30027.30027#-10001
### What did you expect to see?
数据正常从0.13版本迁移到1.1.1版本
### What did you see instead?
Auto create or verify schema error.
org.apache.iotdb.commons.exception.IllegalPathException: root.zzh.dev.30027.30027#-10001 is not a legal path
### Anything else?
_No response_
### Are you willing to submit a PR?
- [ ] I'm willing to submit a PR!
贡献指南
调研方向
使用设备路径 root.zzh.dev.30027.30027#-10001 重现从 0.13 到 1.1.1 的迁移,并捕获“Auto create or verify schema”错误。首先跟踪 IllegalPathException 以及此路径的迁移/模式处理;完成的标准是旧数据能够在不出现 legal-path 错误的情况下完成迁移。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- databases
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100