Uploaded image for project: 'Apache IoTDB'
  1. Apache IoTDB
  2. IOTDB-5989

Pipe unexpectedly stop when a non-aligned device is piped to an existing aligned device

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Core/Others
    • None

    Description

      接收端在写入时自动创建aligned device,发送端在写入时自动创建同名non-aligned device,创建pipe并且start之后,pipe自动变成STOPPED

      日志见附件

      复现步骤:
      (接收端) insert into root.sg1.d1(time, at1) aligned values (now(), 1)
      (发送端) insert into root.sg1.d1(time, at1) values (now(), 2)
      (发送端) create pipe p1 with connector ('connector'='iotdb_thrift_connector','connector.ip'='127.0.0.1','connector.port'='6668')
      (发送端) start pipe p1
      (发送端) show pipes

      期望:State=RUNNING,或者告诉用户是元数据不一致导致的

      Attachments

        1. image-2023-06-12-18-02-33-560.png
          338 kB
          马子坤
        2. receiver_logs.zip
          537 kB
          马子坤
        3. sender_logs.zip
          747 kB
          马子坤

        Activity

          People

            Unassigned Unassigned
            mzk 马子坤
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: