You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "JingsongLi (via GitHub)" <gi...@apache.org> on 2023/03/29 03:06:45 UTC

[GitHub] [incubator-paimon] JingsongLi opened a new issue, #745: [Bug] Paimon does not support multiple writers into the same table and topic

JingsongLi opened a new issue, #745:
URL: https://github.com/apache/incubator-paimon/issues/745

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar.
   
   
   ### Paimon version
   
   0.4
   
   ### Compute Engine
   
   flink
   
   ### Minimal reproduce step
   
   When creating two different streaming jobs that INSERT INTO the same table and kafka topic, the second job is never able to make progress as the transaction gets constantly aborted due to the producer getting fenced.
   
   ### What doesn't meet your expectations?
   
   Paimon should set the transactionalIdPrefix to avoid transactions of different jobs clashing.
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] 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: issues-unsubscribe@paimon.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-paimon] schnappi17 commented on issue #745: [Bug] Paimon does not support multiple writers into the same table and topic

Posted by "schnappi17 (via GitHub)" <gi...@apache.org>.
schnappi17 commented on issue #745:
URL: https://github.com/apache/incubator-paimon/issues/745#issuecomment-1487897199

   I'm willing to take this issue @JingsongLi , thanks!


-- 
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: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org