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

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


    from f5b3f06  KAFKA-7385; Fix log cleaner behavior when only empty batches 
are retained (#5623)
     new 518758f  KAFKA-7286; Avoid getting stuck loading large metadata 
records (#5500)
     new abf45d1  KAFKA-7044; Fix Fetcher.fetchOffsetsByTimes and NPE in 
describe consumer group (#5627)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 checkstyle/suppressions.xml                        |  2 +-
 .../kafka/clients/consumer/internals/Fetcher.java  | 28 ++++++++++----
 .../clients/consumer/internals/FetcherTest.java    | 43 ++++++++++++++++++++++
 .../scala/kafka/admin/ConsumerGroupCommand.scala   | 20 +++++-----
 .../coordinator/group/GroupMetadataManager.scala   | 19 +++++++++-
 .../transaction/TransactionStateManager.scala      | 16 +++++++-
 core/src/main/scala/kafka/server/KafkaConfig.scala |  4 +-
 .../group/GroupMetadataManagerTest.scala           | 37 ++++++++++++++++++-
 .../TransactionCoordinatorConcurrencyTest.scala    |  2 +
 .../transaction/TransactionStateManagerTest.scala  |  2 +
 10 files changed, 149 insertions(+), 24 deletions(-)

Reply via email to