zhaoyanganddingru opened a new issue, #17816:
URL: https://github.com/apache/iotdb/issues/17816

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/iotdb/issues) and 
found nothing similar.
   
   
   ### Version
   
   os: rh9.2    iotdb 2.0.5  use table 
   
   ### Describe the bug and provide the minimal reproduce step
   
   create pipe DA
   with source (
      'database-name'='nezha',
      'mode.snapshot'='false',
      'mode.streaming'='true',
      'inclusion'='data.insert,data.delete',
   )
   with sink (
     'sink'='iotdb-thrift-sink',
     'node-urls' = '127.0.0.1:6669', -- 目标端 IoTDB 中 DataNode 节点的数据服务端口的 url
     'username'='root',
     'password'='xxxxxxxxxxx'
   );
   
   当我删除数据的时候pipe会直接报错并进入状态 stop
   
   <!-- Failed to upload "image.png" -->
   
   ### What did you expect to see?
   
   Data is synchronizing normally
   
   ### What did you see instead?
   
   pipe error 
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to