You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "changxue (Jira)" <ji...@apache.org> on 2022/11/01 08:27:00 UTC

[jira] [Created] (IOTDB-4824) insert a null value into a non-existed timeseries, error: can't connect to node {}TEndPoint(ip:172.20.70.46, port:9003)

changxue created IOTDB-4824:
-------------------------------

             Summary: insert a null value into a non-existed timeseries, error: can't connect to node {}TEndPoint(ip:172.20.70.46, port:9003)
                 Key: IOTDB-4824
                 URL: https://issues.apache.org/jira/browse/IOTDB-4824
             Project: Apache IoTDB
          Issue Type: Bug
    Affects Versions: 0.14.0-SNAPSHOT
            Reporter: changxue
            Assignee: Haonan Hou
         Attachments: image-2022-11-01-16-16-04-215.png, image-2022-11-01-16-20-21-118.png

insert a null value into a non-existed timeseries, error: can't connect to node {}TEndPoint(ip:172.20.70.46, port:9003)

 

environment:

10-31 日master代码 3C3D cluster

 

reproduction:

in command window:

delete timeseries root.sg1.d1.s2;

INSERT INTO root.sg1.d1(timestamp, s2) VALUES (3, NULL);

 

!image-2022-11-01-16-16-04-215.png!

 

datanode log of node 46

!image-2022-11-01-16-20-21-118.png!

datanode log of master node 44:

see attachment

 

说明:

1. 9003端口是可以连接的:telnet 172.20.70.46 9003

2. 在一个未创建的时间序列中插入空值,报错是应该的,但是报错信息不对,且46节点上NPE,这个就不应该了。

3. show cluster 显示所有节点正常。向一个已经创建的序列插入空值是成功的。

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)