Skip to content

Conversation

@rxin
Copy link
Contributor

@rxin rxin commented Aug 13, 2015

We introduced the Netty network module for shuffle in Spark 1.2, and has turned it on by default for 3 releases. The old ConnectionManager is difficult to maintain. If we merge the patch now, by the time it is released, it would be 1 yr for which ConnectionManager is off by default. It's time to remove it.

@SparkQA
Copy link

SparkQA commented Aug 13, 2015

Test build #40748 has finished for PR 8161 at commit bdf1d5e.

  • This patch fails MiMa tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Aug 15, 2015

Test build #40942 has finished for PR 8161 at commit 67fce87.

  • This patch fails MiMa tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Aug 21, 2015

Test build #41350 has finished for PR 8161 at commit b670bdc.

  • This patch fails MiMa tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Sep 1, 2015

Test build #41844 has finished for PR 8161 at commit 252e41d.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Sep 1, 2015

Test build #1710 has finished for PR 8161 at commit 4f9c5cb.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Sep 2, 2015

Test build #41896 has finished for PR 8161 at commit 4f9c5cb.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

rxin added 4 commits September 4, 2015 22:59
We introduced the Netty network module for shuffle in Spark 1.2, and has turned it on by default for 3 releases. The old ConnectionManager is difficult to maintain. It's time to remove it for Spark 1.6.
@SparkQA
Copy link

SparkQA commented Sep 5, 2015

Test build #42045 has finished for PR 8161 at commit 2e09114.

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

@rxin
Copy link
Contributor Author

rxin commented Sep 7, 2015

I'm going to merge this since it continuously conflict with other Mima patches.

cc @tdas to take a quick look at the streaming changes, and @andrewor14 or @JoshRosen to look at rest.

@asfgit asfgit closed this in 5ffe752 Sep 7, 2015
@tdas
Copy link
Contributor

tdas commented Sep 9, 2015

LGTM to the streaming change.

Copy link
Contributor

Choose a reason for hiding this comment

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

line end

@andrewor14
Copy link
Contributor

Looks alright.

markhamstra pushed a commit to markhamstra/spark that referenced this pull request Oct 14, 2015
We introduced the Netty network module for shuffle in Spark 1.2, and has turned it on by default for 3 releases. The old ConnectionManager is difficult to maintain. If we merge the patch now, by the time it is released, it would be 1 yr for which ConnectionManager is off by default. It's time to remove it.

Author: Reynold Xin <[email protected]>

Closes apache#8161 from rxin/SPARK-9767.
dongjoon-hyun added a commit that referenced this pull request Oct 24, 2025
…ervice` configuration

### What changes were proposed in this pull request?

This PR aims to remove no-op `spark.shuffle.blockTransferService` configuration from Apache Spark code based.

### Why are the changes needed?

The configuration was removed at Apache Spark 1.6.0.
- #8161

### Does this PR introduce _any_ user-facing change?

No, this is a clean up of unused test code.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #52709 from dongjoon-hyun/SPARK-54005.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
huangxiaopingRD pushed a commit to huangxiaopingRD/spark that referenced this pull request Nov 25, 2025
…ervice` configuration

### What changes were proposed in this pull request?

This PR aims to remove no-op `spark.shuffle.blockTransferService` configuration from Apache Spark code based.

### Why are the changes needed?

The configuration was removed at Apache Spark 1.6.0.
- apache#8161

### Does this PR introduce _any_ user-facing change?

No, this is a clean up of unused test code.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes apache#52709 from dongjoon-hyun/SPARK-54005.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
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