liming30 opened a new issue, #4515:
URL: https://github.com/apache/paimon/issues/4515

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/paimon/issues) 
and found nothing similar.
   
   
   ### Paimon version
   
   paimon-1.0-snapshot
   
   ### Compute Engine
   
   flink-1.17
   
   ### Minimal reproduce step
   
   1. create an append-only table and use kafka as the logsystem.
   2. 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)
   ```
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to