iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

0.14Preview2分布式写入对齐时间序列数据失败

Open TheSaltedFish opened this issue 3 years ago • 3 comments

在3台设备上进行部署,每台设备各一个datanode,除开必要的节点地址和日志路径配置之外未改动任何配置。 创建元数据正常,但写入对齐时间序列的数据时失败,查看错误日志发现错误信息:connot dispatch FI for write operation

TheSaltedFish avatar Sep 15 '22 07:09 TheSaltedFish

可以看看datanode的error日志里有没有其他信息

HTHou avatar Sep 15 '22 07:09 HTHou

Hi, this is your first issue in IoTDB project. Thanks for your report. Welcome to join the community!

github-actions[bot] avatar Sep 15 '22 09:09 github-actions[bot]

错误日志只有这一条,为避免其他日志影响,在复现这个问题之前把以前的日志清理掉了。 换成单机单节点部署,目前又出现问题,非对齐时间序列写入报insert to TsFileProcessor error

TheSaltedFish avatar Sep 15 '22 10:09 TheSaltedFish

Fixed in latest version

HTHou avatar Sep 07 '23 06:09 HTHou