[Bug] insert missing same fields by java sdk
- 主要语言
- 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
OS: centos 7
IotDB: 1.3.2, cluster has 3 nodes
### Describe the bug and provide the minimal reproduce step
设备下原本有7个点位,插入时带了10个点位,原有的点位插入成功,新的点位没有创建,也就是有各级点位没插入。
使用的api是org.apache.iotdb.session.pool.SessionPool.insertTablets(Map tablets),sdk版本是1.3.1。
删除设备级的时间序列后,就能插入正常。
原先的时间序列:
手动删除后再次插入的时间序列:
### What did you expect to see?
不手动删除时间序列,也能正常插入所有的字段
### What did you see instead?
none
### Anything else?
_No response_
### Are you willing to submit a PR?
- [ ] I'm willing to submit a PR!
贡献指南
调研方向
从 org.apache.iotdb.session.pool.SessionPool.insertTablets(Map tablets) 开始,并使用 IoTDB 1.3.2、SDK 1.3.1 和三节点集群重现该报告。比较设备现有时间序列时的插入与删除这些时间序列后的插入。完成标准是所有十个字段(包括新引入的字段)都能在不手动删除的情况下创建并插入。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- databases
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100