Skip to content

[Bug] pipe data sync bug #17349

@xiaochangg

Description

@xiaochangg

Search before asking

  • I searched in the issues and found nothing similar.

Version

table model , the column filed is attribute , the data not sync

Describe the bug and provide the minimal reproduce step

this is my pipe cmd:
create pipe A2B WITH SOURCE ('source'= 'iotdb-source','mode.streaming' = 'true','database-name'='testdb2.*','history.enable' = 'false') with SINK ('sink'='iotdb-thrift-async-sink','node-urls' = '127.0.0.1:6668')
my table is:
create database testdb2;
CREATE TABLE gwy6l(time TIMESTAMP TIME,measurementname STRING TAG,type STRING ATTRIBUTE,value STRING FIELD,status INT64 FIELD,source_time INT64 FIELD,server_time INT64 FIELD);

the type field is ATTRIBUTE,

Two IoTDB instances, one with port 6667 and the other with port 6668。

my data is:
6667 instance
Image
6668 data already sync ,but the type filed no data

Image

What did you expect to see?

the type is attribute filed can sync data.

What did you see instead?

this is my see:

Image

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions