You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Steve Yurong Su (Jira)" <ji...@apache.org> on 2023/06/21 19:02:00 UTC

[jira] [Created] (IOTDB-6021) Pipe: NPE when sync TEXT timeseries with null fields between IoTDB instances using file mode with pattern filter

Steve Yurong Su created IOTDB-6021:
--------------------------------------

             Summary: Pipe: NPE when sync TEXT timeseries with null fields between IoTDB instances using file mode with pattern filter
                 Key: IOTDB-6021
                 URL: https://issues.apache.org/jira/browse/IOTDB-6021
             Project: Apache IoTDB
          Issue Type: Bug
            Reporter: Steve Yurong Su
         Attachments: image-2023-06-22-03-00-11-654.png

h4. version
{panel}
 commit 3f321225a28cb5c35f3d22d8db2d0f5f45282447 (HEAD -> rel_1.2, origin/rel/1.2, origin/rc/1.2.0.1)
Author: yschengzi <87...@users.noreply.github.com>
Date: Tue Jun 20 22:14:32 2023 +0800
{panel}
h4. how to reproduce 
{panel}
source:

insert into root.a.b1(time, s1, s2) values (1, '123', null) (2, null, '456')

insert into root.a.b2(time, s1, s2) values (1, '123', null) (2, null, '456')

insert into root.a.b3(time, s1, s2) values (1, '123', null) (2, null, '456')

flush

create pipe p1 with collector ('collector'='iotdb_collector', 'collector.realtime.mode'='file', 'collector.pattern'='root.a.b2') with connector ('connector'='iotdb_thrift_connector_v1','connector.ip'='127.0.0.1', 'connector.port'='6668')

start pipe p1

---

NPE occurs!
{panel}
h4. how it likes
{panel}
!image-2023-06-22-03-00-11-654.png|width=548,height=175!{panel}



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