From commits-return-15039-apmail-kafka-commits-archive=kafka.apache.org@kafka.apache.org Wed Jul 8 16:52:33 2020 Return-Path: X-Original-To: apmail-kafka-commits-archive@www.apache.org Delivered-To: apmail-kafka-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id BC9FE19232 for ; Wed, 8 Jul 2020 16:52:32 +0000 (UTC) Received: (qmail 51349 invoked by uid 500); 8 Jul 2020 16:52:32 -0000 Delivered-To: apmail-kafka-commits-archive@kafka.apache.org Received: (qmail 51316 invoked by uid 500); 8 Jul 2020 16:52:32 -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 51303 invoked by uid 99); 8 Jul 2020 16:52:31 -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; Wed, 08 Jul 2020 16:52:31 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 719CE8BF1E; Wed, 8 Jul 2020 16:52:31 +0000 (UTC) Date: Wed, 08 Jul 2020 16:52:25 +0000 To: "commits@kafka.apache.org" Subject: [kafka] branch trunk updated (6953161 -> 6f3ceea) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159422714113.26407.4655953112164942177@gitbox.apache.org> From: guozhang@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: 69531611258ca732c93a8cded95c0c776cd28643 X-Git-Newrev: 6f3ceea5c61d90d4075ed5c5a22bde33142f7ec7 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. guozhang pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git. from 6953161 KAFKA-10191 fix flaky StreamsOptimizedTest (#8913) add 6f3ceea KAFKA-10134: Use long poll if we do not have fetchable partitions (#8934) No new revisions were added by this update. Summary of changes: .../apache/kafka/clients/consumer/KafkaConsumer.java | 17 ++++++++--------- .../clients/consumer/internals/ConsumerCoordinator.java | 13 ++++++++++--- .../kafka/clients/consumer/KafkaConsumerTest.java | 9 +++++++-- 3 files changed, 25 insertions(+), 14 deletions(-)