Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In the 3.3.7 separated storage and computation version, Flink connector accidentally split Flink into multiple jobs by writing SR #401

Open
lukeyan2023 opened this issue Dec 4, 2024 · 0 comments

Comments

@lukeyan2023
Copy link

  • Flink version 1.19
  • Starrocks version 3.3.7
  • flink-connector-starrocks version 1.2.10_flink-1.19

I wrote a Flink program to read data from Kafka and write it to two different tables in StarRocks. After submitting and running it, I found that the Flink program was accidentally split into multiple jobs, and there were duplicate jobs

The code for the insert into section is as follows:

image

image

image

Normally, after submission, there should only be one job, but unexpectedly it was found to be split into multiple jobs:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant