flink sink doris不能成功 #12209
Replies: 5 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
|
What is your upstream? Is checkpoint enabled? Can you provide the relevant taskmanager logs? |
Beta Was this translation helpful? Give feedback.
-
|
use the sample demo V1 StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment(); |
Beta Was this translation helpful? Give feedback.
-
|
Send request to Doris FE 'http://10.10.20.83:8030/api/backends?is_alive=true' with user 'root'. 15:31:11,717 INFO org.apache.doris.flink.sink.writer.DorisStreamLoad [168] - abort 1607050 for check label abc500_0_1. |
Beta Was this translation helpful? Give feedback.
-
|
which version of doris is it? |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
be已经设置 disable_stream_load_2pc=false
使用
https://github.com/apache/doris/blob/master/samples/doris-demo/flink-demo-v1.1/src/main/java/org/apache/doris/demo/flink/DorisFlinkConnectorDemoV1.java
报400错误
Beta Was this translation helpful? Give feedback.
All reactions