Skip to content

[SPARK-21663][TESTS]test("remote fetch below max RPC message size") should call masterTracker.stop() in MapOutputTrackerSuite - #18867

Closed
wangjiaochun wants to merge 1 commit into
apache:masterfrom
wangjiaochun:mapout
Closed

[SPARK-21663][TESTS]test("remote fetch below max RPC message size") should call masterTracker.stop() in MapOutputTrackerSuite#18867
wangjiaochun wants to merge 1 commit into
apache:masterfrom
wangjiaochun:mapout

Conversation

@wangjiaochun

@wangjiaochunwangjiaochun commented Aug 7, 2017

Copy link
Copy Markdown
Contributor

Signed-off-by: 10087686 wang.jiaochun@zte.com.cn

What changes were proposed in this pull request?

After Unit tests end,there should be call masterTracker.stop() to free resource;
(Please fill in changes proposed in this fix)

How was this patch tested?

Run Unit tests;
(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)

Please review http://spark.apache.org/contributing.html before opening a pull request.

@kiszk

kiszk commented Aug 7, 2017

Copy link
Copy Markdown
Member

Can you update title as appropriate one?
Can you create a JIRA entry for this?

@jiangxb1987

Copy link
Copy Markdown
Contributor

This looks like a valid fix, cc @cloud-fan

@cloud-fan

Copy link
Copy Markdown
Contributor

ok to test

@cloud-fan

Copy link
Copy Markdown
Contributor

This may be ok to not have a ticket, but please update the PR title to be more concrete.

@SparkQA

Copy link
Copy Markdown

Test build #80388 has finished for PR 18867 at commit b0c58c7.

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

@wangjiaochunwangjiaochun changed the title MapOutputTrackerSuite Utest[SPARK-21663][TESTS]test("remote fetch below max RPC message size") should call masterTracker.stop() in MapOutputTrackerSuiteAug 9, 2017
@wangjiaochun

Copy link
Copy Markdown
ContributorAuthor

ok,I will update the PR title. @cloud-fan

@jiangxb1987jiangxb1987Aug 9, 2017

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit:

 masterTracker.trackerEndpoint =
rpcEnv.setupEndpoint(MapOutputTracker.ENDPOINT_NAME, masterEndpoint)

To fix scala style failure.

Signed-off-by: 10087686 <wang.jiaochun@zte.com.cn>
@SparkQA

Copy link
Copy Markdown

Test build #80437 has finished for PR 18867 at commit 5fb7403.

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

@jiangxb1987

Copy link
Copy Markdown
Contributor

LGTM

@cloud-fan

Copy link
Copy Markdown
Contributor

thanks, merging to master/2.2

asfgit pushed a commit that referenced this pull request Aug 9, 2017
…should call masterTracker.stop() in MapOutputTrackerSuite
Signed-off-by: 10087686 <wang.jiaochunzte.com.cn>
## What changes were proposed in this pull request?
After Unit tests end,there should be call masterTracker.stop() to free resource;
(Please fill in changes proposed in this fix)
## How was this patch tested?
Run Unit tests;
(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)
Please review http://spark.apache.org/contributing.html before opening a pull request.
Author: 10087686 <wang.jiaochun@zte.com.cn>
Closes#18867 from wangjiaochun/mapout.
(cherry picked from commit 6426adf)
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
@asfgitasfgit closed this in 6426adfAug 9, 2017
MatthewRBruce pushed a commit to Shopify/spark that referenced this pull request Jul 31, 2018
…should call masterTracker.stop() in MapOutputTrackerSuite
Signed-off-by: 10087686 <wang.jiaochunzte.com.cn>
## What changes were proposed in this pull request?
After Unit tests end,there should be call masterTracker.stop() to free resource;
(Please fill in changes proposed in this fix)
## How was this patch tested?
Run Unit tests;
(Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
(If this patch involves UI changes, please attach a screenshot; otherwise, remove this)
Please review http://spark.apache.org/contributing.html before opening a pull request.
Author: 10087686 <wang.jiaochun@zte.com.cn>
Closesapache#18867 from wangjiaochun/mapout.
(cherry picked from commit 6426adf)
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
Sign up for freeto 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.

5 participants

@wangjiaochun@kiszk@jiangxb1987@cloud-fan@SparkQA