马子坤 created IOTDB-5990:
--------------------------

             Summary: 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: 马子坤
         Attachments: image-2023-06-12-18-43-59-399.png

用pipe同步对齐序列会导致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;

# 不断show pipes,会发现两个pipe均变成STOPPED

!image-2023-06-12-18-43-59-399.png|width=556,height=285!



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

Reply via email to