Skip to content

Conversation

@zhengruifeng
Copy link
Contributor

What changes were proposed in this pull request?

Destroy broadcasted object without blocking
use find mllib -name '*.scala' | xargs -i bash -c 'egrep "destroy" -n {} && echo {}'

How was this patch tested?

existing tests

@SparkQA
Copy link

SparkQA commented Feb 21, 2017

Test build #73220 has finished for PR 17016 at commit 6a143f4.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

Copy link
Member

@srowen srowen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems OK to me. These look like the only instances left in the code that don't set blocking=false. It's not worth changing the default at this point but I wonder when it would actually be useful to block, anyway

@MLnick
Copy link
Contributor

MLnick commented Feb 22, 2017

Merged to master

@asfgit asfgit closed this in bf7bb49 Feb 22, 2017
@zhengruifeng zhengruifeng deleted the destroy_without_block branch February 23, 2017 02:03
Yunni pushed a commit to Yunni/spark that referenced this pull request Feb 27, 2017
## What changes were proposed in this pull request?
Destroy broadcasted object without blocking
use `find mllib -name '*.scala' | xargs -i bash -c 'egrep "destroy" -n {} && echo {}'`

## How was this patch tested?
existing tests

Author: Zheng RuiFeng <[email protected]>

Closes apache#17016 from zhengruifeng/destroy_without_block.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants