From commits-return-45503-archive-asf-public=cust-asf.ponee.io@spark.apache.org Fri Jul 24 18:45:52 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 68DE718037A for ; Fri, 24 Jul 2020 20:45:52 +0200 (CEST) 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 7704D126B42 for ; Fri, 24 Jul 2020 18:45:51 +0000 (UTC) Received: (qmail 72557 invoked by uid 500); 24 Jul 2020 18:45:51 -0000 Mailing-List: contact commits-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@spark.apache.org Received: (qmail 72548 invoked by uid 99); 24 Jul 2020 18:45:51 -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 18:45:51 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 039D282072; Fri, 24 Jul 2020 18:45:51 +0000 (UTC) Date: Fri, 24 Jul 2020 18:45:37 +0000 To: "commits@spark.apache.org" Subject: [spark] branch master updated (e6ef27b -> b890fdc) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159561632929.32176.1706877845916955015@gitbox.apache.org> From: dongjoon@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: spark X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e6ef27be52dcd14dc94384c2ada85861be44d843 X-Git-Newrev: b890fdc8df64f1d0b0f78b790d36be883e852b0d 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. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from e6ef27b [SPARK-32287][TESTS] Flaky Test: ExecutorAllocationManagerSuite.add executors default profile add b890fdc [SPARK-32387][SS] Extract UninterruptibleThread runner logic from KafkaOffsetReader No new revisions were added by this update. Summary of changes: .../spark/util/UninterruptibleThreadRunner.scala | 55 +++++++++++++++++++ .../util/UninterruptibleThreadRunnerSuite.scala | 64 ++++++++++++++++++++++ .../spark/sql/kafka010/KafkaOffsetReader.scala | 46 ++++------------ 3 files changed, 129 insertions(+), 36 deletions(-) create mode 100644 core/src/main/scala/org/apache/spark/util/UninterruptibleThreadRunner.scala create mode 100644 core/src/test/scala/org/apache/spark/util/UninterruptibleThreadRunnerSuite.scala --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org For additional commands, e-mail: commits-help@spark.apache.org