You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/02/24 01:48:59 UTC

[GitHub] [kafka] hachikuji opened a new pull request #10200: KAFKA-12367; Ensure partition epoch is propagated to `Partition` state

hachikuji opened a new pull request #10200:
URL: https://github.com/apache/kafka/pull/10200


   This patch fixes two problem with the `AlterIsr` handling of the quorum controller:
   
   - Ensure that partition epoch is updated correctly after partition change records and is propagated to `Partition`
   - Ensure that `AlterIsr` response includes partitions that were successfully updated
   
   As part of this patch, I've renamed `BrokersToIsrs.TopicPartition` to `BrokersToIsrs.TopicIdPartition` to avoid confusion with the `TopicPartition` object which is used virtually everywhere. I've attempted to address some of the testing gaps as welll.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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

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



[GitHub] [kafka] cmccabe merged pull request #10200: KAFKA-12367; Ensure partition epoch is propagated to `Partition` state

Posted by GitBox <gi...@apache.org>.
cmccabe merged pull request #10200:
URL: https://github.com/apache/kafka/pull/10200


   


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

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



[GitHub] [kafka] rondagostino commented on pull request #10200: KAFKA-12367; Ensure partition epoch is propagated to `Partition` state

Posted by GitBox <gi...@apache.org>.
rondagostino commented on pull request #10200:
URL: https://github.com/apache/kafka/pull/10200#issuecomment-785065958


   I cherry-picked this commit to `2.8` locally and confirmed that it fixes both `transactions_test` and `group_mode_transactions_test` issues.


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

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