Github user kayousterhout commented on a diff in the pull request:
https://github.com/apache/spark/pull/3779#discussion_r23121685
--- Diff:
core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala ---
@@ -635,6 +635,28 @@ class TaskSetManagerSuite extends FunSuite with
LocalSparkContext with Logging {
assert(manager.resourceOffer("execA", "host3", NO_PREF).get.index ===
2)
}
+ // regression test for SPARK-4939
+ test("node-local tasks should be scheduled right after process-local
tasks finished") {
--- End diff --
Can you just change the name of the test to incorporate the JIRA -- so
remove the comment and make it:
test("SPARK-4939: node-local...")
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]