From reviews-return-619471-archive-asf-public=cust-asf.ponee.io@spark.apache.org Tue Feb 27 11:03:06 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C586F18066D for ; Tue, 27 Feb 2018 11:03:05 +0100 (CET) Received: (qmail 1078 invoked by uid 500); 27 Feb 2018 10:03:04 -0000 Mailing-List: contact reviews-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@spark.apache.org Received: (qmail 973 invoked by uid 99); 27 Feb 2018 10:03:04 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2018 10:03:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 25B51EB4BA; Tue, 27 Feb 2018 10:03:04 +0000 (UTC) From: jinxing64 To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org Message-ID: Subject: [GitHub] spark pull request #20685: [SPARK-23524] Big local shuffle blocks should not... Content-Type: text/plain Date: Tue, 27 Feb 2018 10:03:04 +0000 (UTC) GitHub user jinxing64 opened a pull request: https://github.com/apache/spark/pull/20685 [SPARK-23524] Big local shuffle blocks should not be checked for corruption. ## What changes were proposed in this pull request? In current code, all local blocks will be checked for corruption no matter it's big or not. The reasons are as below: Size in FetchResult for local block is set to be 0 (https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/storage/ShuffleBlockFetcherIterator.scala#L327) SPARK-4105 meant to only check the small blocks(size Date: 2018-02-27T09:56:38Z [SPARK-23524] Big local shuffle blocks should not be checked for corruption. ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org