You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/07/24 18:42:58 UTC

[spark] branch master updated (e6ef27b -> b890fdc)

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