You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2020/07/24 19:04:09 UTC

[kafka] branch trunk updated (1c439da -> fa6e5b8)

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

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


    from 1c439da  KAFKA-10268: dynamic config like "--delete-config log.retention.ms" doesn't work (#9051)
     add fa6e5b8  KAFKA-10301: Do not clear Partition#remoteReplicasMap during partition assignment updates (#9065)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/cluster/Partition.scala  | 11 +++--
 core/src/main/scala/kafka/utils/Pool.scala         |  2 +
 .../unit/kafka/cluster/PartitionLockTest.scala     | 51 ++++++++++++++++++++++
 .../scala/unit/kafka/utils/PoolTest.scala}         | 30 ++++++-------
 4 files changed, 75 insertions(+), 19 deletions(-)
 copy core/src/{main/scala/kafka/utils/VersionInfo.scala => test/scala/unit/kafka/utils/PoolTest.scala} (67%)