You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2023/04/18 08:42:03 UTC

[kafka] branch trunk updated (454b72161a7 -> 5e9d4de748d)

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

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


    from 454b72161a7 KAFKA-14902: KafkaStatusBackingStore retries on a dedicated background thread to avoid stack overflows (#13557)
     add 5e9d4de748d KAFKA-14869: Ignore unknown record types for coordinators (KIP-915, Part-1) (#13511)

No new revisions were added by this update.

Summary of changes:
 .../coordinator/group/GroupMetadataManager.scala   | 21 +++---
 .../coordinator/transaction/TransactionLog.scala   | 79 ++++++++++++++--------
 .../transaction/TransactionStateManager.scala      | 25 ++++---
 .../group/GroupMetadataManagerTest.scala           | 59 +++++++++++++++-
 .../transaction/TransactionLogTest.scala           | 10 +++
 .../transaction/TransactionStateManagerTest.scala  | 40 ++++++++++-
 6 files changed, 186 insertions(+), 48 deletions(-)