-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Bug] [Kafka] Use EXACTLY_ONCE commit error for kafka sink #7755
Comments
related fix #4469 (comment), but it not update long time. |
I also looked into it and provided some information, it should be that write and commit both hold the same client.id producer, conflict |
I am currently trying to reproduce this issue,and I will try to fix it later |
@fcb-xiaobo As long as you configure 'semantics = EXACTLY_ONCE' to create this problem, pr referenced by @liunaijie is a good idea but needs some optimization,I briefly tried it |
@fcb-xiaobo Hi, is there any progress here? |
The local code has been modified, but there are still issues with the e2e test case running on Docker, which I am still working on resolving |
at_least_once mode,this problem also occurs |
1 similar comment
at_least_once mode,this problem also occurs |
[903461970382946316] 2024-10-29 10:01:43,713 ERROR [.s.e.s.c.CheckpointCoordinator] [seatunnel-coordinator-service-268] - notify checkpoint completed failed
Caused by: org.apache.seatunnel.engine.common.exception.SeaTunnelEngineException: org.apache.kafka.common.errors.InvalidTxnStateException: The producer attempted a transactional operation in an invalid state.
|
Search before asking
What happened
https://mp.weixin.qq.com/s/DSv76j1riGMNBkR0VWNEhg
kafka clientId duplicate for writer and committer
SeaTunnel Version
dev
SeaTunnel Config
Running Command
Error Exception
Zeta or Flink or Spark Version
No response
Java or Scala Version
No response
Screenshots
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: