[X] I searched in the issues and found nothing similar.
Paimon version
paimon-1.0-snapshot
Compute Engine
flink-1.17
Minimal reproduce step
create an append-only table and use kafka as the logsystem.
use flink to write to the table and set the write parallelism to greater than 1.
What doesn't meet your expectations?
Caused by: java.lang.RuntimeException: bucket-0 appears multiple times, which is not possible.
at org.apache.paimon.manifest.ManifestCommittable.addLogOffset(ManifestCommittable.java:68)
at org.apache.paimon.flink.sink.StoreCommitter.combine(StoreCommitter.java:97)
at org.apache.paimon.flink.sink.StoreCommitter.combine(StoreCommitter.java:79)
at org.apache.paimon.flink.sink.StoreCommitter.combine(StoreCommitter.java:42)
Search before asking
Paimon version
paimon-1.0-snapshot
Compute Engine
flink-1.17
Minimal reproduce step
What doesn't meet your expectations?
Anything else?
No response
Are you willing to submit a PR?