You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2021/02/19 19:08:55 UTC

[kafka] branch trunk updated (76de614 -> d030dc5)

This is an automated email from the ASF dual-hosted git repository.

jgus pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 76de614  MINOR: Fix Raft broker restart issue when offset partitions are deferred #10155
     add d030dc5  KAFKA-12332; Error partitions from topics with invalid IDs in LISR requests (#10143)

No new revisions were added by this update.

Summary of changes:
 ...tion.java => InconsistentTopicIdException.java} |  4 +-
 .../org/apache/kafka/common/protocol/Errors.java   |  4 +-
 core/src/main/scala/kafka/cluster/Partition.scala  | 40 +++++++++++++-
 .../main/scala/kafka/server/ReplicaManager.scala   | 31 +++--------
 .../unit/kafka/server/ReplicaManagerTest.scala     | 62 ++++++++++++++++++++--
 5 files changed, 109 insertions(+), 32 deletions(-)
 copy clients/src/main/java/org/apache/kafka/common/errors/{UnknownTopicIdException.java => InconsistentTopicIdException.java} (87%)