GitHub user 10110346 opened a pull request:

    https://github.com/apache/spark/pull/23216

    [SPARK-26264][CORE]It is better to add @transient to field 'locs' for class 
`ResultTask`.

    ## What changes were proposed in this pull request?
    The field 'locs' is only used in driver side  for class `ResultTask`, so it 
is not needed to serialize  when sending the `ResultTask`  to executor.
    Although it's not very big, it's very frequent, so we can add` transient` 
for it  like `ShuffleMapTask`.
    
    
    ## How was this patch tested?
    Existed unit tests


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/10110346/spark locs_transient

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/23216.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #23216
    
----
commit b3ede8be1a9073f057cc46fb82eacd7fa3ec36c6
Author: liuxian <liu.xian3@...>
Date:   2018-12-04T08:55:40Z

    fix

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to