You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Xuan Ronaldo (Jira)" <ji...@apache.org> on 2023/06/15 09:55:00 UTC

[jira] [Assigned] (IOTDB-5990) Pipe unexpectedly stop when an aligned device is piped

     [ https://issues.apache.org/jira/browse/IOTDB-5990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xuan Ronaldo reassigned IOTDB-5990:
-----------------------------------

    Assignee:     (was: Xuan Ronaldo)

> Pipe unexpectedly stop when an aligned device is piped
> ------------------------------------------------------
>
>                 Key: IOTDB-5990
>                 URL: https://issues.apache.org/jira/browse/IOTDB-5990
>             Project: Apache IoTDB
>          Issue Type: Bug
>          Components: Core/Others
>            Reporter: 马子坤
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: image-2023-06-12-18-43-59-399.png, image-2023-06-12-18-48-15-389.png, receiver_logs.zip, sender_logs.zip
>
>
> 接收端未创建device,用pipe同步aligned device会导致pipe自动停止
> 日志见附件
> 复现步骤:
> insert into root.sg1.d1(time, at1) aligned values (now(), 1);
> create pipe p1 with collector ('collector.pattern'='root.sg1.d1') with connector ('connector'='iotdb_thrift_connector','connector.ip'='127.0.0.1','connector.port'='6668');
> start pipe p1;
> create pipe p2 with connector ('connector'='iotdb_thrift_connector','connector.ip'='127.0.0.1','connector.port'='6668');
> start pipe p2;
> insert into root.sg1.d2(time, at1) aligned values (now(), 2);
> show pipes;
> // 接收端查不到d2这个device,不断show pipes,会发现两个pipe均变成STOPPED。此后手动start两个pipe,也不同步d1的实时数据了
> !image-2023-06-12-18-48-15-389.png|width=147,height=106!
> !image-2023-06-12-18-43-59-399.png|width=759,height=389!



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