qf8505 opened a new issue, #34647:
URL: https://github.com/apache/doris/issues/34647

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   flink1.17.2
   doris2.0.2.1
   
   ### What's Wrong?
   
   如果一个flinksql脚本中包含多个表的实时写入,会导致随机丢失数据,查询日志发现都是写入成功。但是从表里边查不到数据
   
例如pg库有两个表test1,test2,doris有相同的test1和test2表,如果写两个flinkcdcsql同步数据,单独执行,没有问题,但是如果两个同步写到一个脚本里边执行,会出现偶发性的test1或者test2表没有写入数据,查看flink日志。有提示stream写入成功和数据量,但是表中没有数据,doris的fe和be也没有报错日志
   
   ### What You Expected?
   
   如果一个flinksql脚本中包含多个表的实时写入,会导致随机丢失数据,查询日志发现都是写入成功。但是从表里边查不到数据
   
例如pg库有两个表test1,test2,doris有相同的test1和test2表,如果写两个flinkcdcsql同步数据,单独执行,没有问题,但是如果两个同步写到一个脚本里边执行,会出现偶发性的test1或者test2表没有写入数据,查看flink日志。有提示stream写入成功和数据量,但是表中没有数据,doris的fe和be也没有报错日志
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   如果一个flinksql脚本中包含多个表的实时写入,会导致随机丢失数据,查询日志发现都是写入成功。但是从表里边查不到数据
   
例如pg库有两个表test1,test2,doris有相同的test1和test2表,如果写两个flinkcdcsql同步数据,单独执行,没有问题,但是如果两个同步写到一个脚本里边执行,会出现偶发性的test1或者test2表没有写入数据,查看flink日志。有提示stream写入成功和数据量,但是表中没有数据,doris的fe和be也没有报错日志
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to