You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2020/03/26 21:54:13 UTC

[kafka] branch trunk updated (008a3b2 -> c59835c)

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

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


    from 008a3b2  KAFKA-9707: Fix InsertField.Key should apply to keys of tombstone records (#8280)
     add c59835c  KAFKA-8470: State change logs should not be in TRACE level (#8320)

No new revisions were added by this update.

Summary of changes:
 config/log4j.properties                            |   2 +-
 core/src/main/scala/kafka/cluster/Partition.scala  |  23 +++--
 .../controller/ControllerChannelManager.scala      |  35 ++++---
 .../scala/kafka/controller/KafkaController.scala   |   2 +-
 .../kafka/controller/PartitionStateMachine.scala   |  13 ++-
 .../kafka/controller/ReplicaStateMachine.scala     |  36 ++++---
 .../main/scala/kafka/server/MetadataCache.scala    |  36 ++++---
 .../main/scala/kafka/server/ReplicaManager.scala   | 107 ++++++++++-----------
 8 files changed, 146 insertions(+), 108 deletions(-)