From commits-return-15173-apmail-kafka-commits-archive=kafka.apache.org@kafka.apache.org Fri Jul 24 19:04:55 2020 Return-Path: X-Original-To: apmail-kafka-commits-archive@www.apache.org Delivered-To: apmail-kafka-commits-archive@www.apache.org Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with ESMTP id A653019C41 for ; Fri, 24 Jul 2020 19:04:55 +0000 (UTC) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 140E9127EB8 for ; Fri, 24 Jul 2020 19:04:55 +0000 (UTC) Received: (qmail 99264 invoked by uid 500); 24 Jul 2020 19:04:53 -0000 Delivered-To: apmail-kafka-commits-archive@kafka.apache.org Received: (qmail 99229 invoked by uid 500); 24 Jul 2020 19:04:53 -0000 Mailing-List: contact commits-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list commits@kafka.apache.org Received: (qmail 99220 invoked by uid 99); 24 Jul 2020 19:04:53 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2020 19:04:53 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8100F82072; Fri, 24 Jul 2020 19:04:53 +0000 (UTC) Date: Fri, 24 Jul 2020 19:04:47 +0000 To: "commits@kafka.apache.org" Subject: [kafka] branch trunk updated (1c439da -> fa6e5b8) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159561748326.19920.9815454594330898837@gitbox.apache.org> From: ijuma@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: kafka X-Git-Refname: refs/heads/trunk X-Git-Reftype: branch X-Git-Oldrev: 1c439da590771c604ba25f4776ba9deb1670a891 X-Git-Newrev: fa6e5b892227db24568e2cec0a0a0969bc1ec4b5 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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%)