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

[Bug] [chunjun-connector-kafka] DynamicKafkaSerializationSchema durationCounter have two different type #1847

Open
2 of 3 tasks
sailyfirm opened this issue Nov 16, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@sailyfirm
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

when include kafka sink and es sink

java.lang.UnsupportedOperationException: The accumulator object 'writeDuration' was created with two different types: org.apache.flink.api.common.accumulators.LongMaximum and org.apache.flink.api.common.accumulators.LongCounter

What you expected to happen

writeDuration accumulator maybe need a single type of LongCounter

How to reproduce

include kafka sink and es sink in a task.

Anything else

No response

Version

master

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@sailyfirm sailyfirm added the bug Something isn't working label Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant