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

[GitHub] [incubator-paimon] tsreaper opened a new pull request, #726: [flink][bug] Fix incorrect partitioning result from CdcBucketStreamPartitioner#selectChannel

tsreaper opened a new pull request, #726:
URL: https://github.com/apache/incubator-paimon/pull/726

   ### Purpose
   
   Current logic in `CdcBucketStreamPartitioner#selectChannel` is incorrect. This may lead to records from the same bucket being sent to different parallelism in downstream, and will cause the same bucket to be modified by multiple writers.
   
   ### Tests
   
   FlinkCdcSinkITCase
   
   ### API and Format 
   
   N/A
   
   ### Documentation
   
   N/A
   


-- 
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


[GitHub] [incubator-paimon] JingsongLi merged pull request #726: [flink][bug] Fix incorrect partitioning result from CdcBucketStreamPartitioner#selectChannel

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi merged PR #726:
URL: https://github.com/apache/incubator-paimon/pull/726


-- 
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