Skip to content

Commit e884a96

Browse files
author
Sital Kedia
committed
review comments
1 parent f8fcc35 commit e884a96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ private[spark] class ExecutorAllocationManager(
495495
s"when it is already pending to be removed!")
496496
return false
497497
}
498+
498499
true
499500
}
500501

core/src/test/scala/org/apache/spark/ExecutorAllocationManagerSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class ExecutorAllocationManagerSuite
227227
assert(numExecutorsToAdd(manager) === 1)
228228
}
229229

230-
test("Ignore task end events from completed stages") {
230+
test("ignore task end events from completed stages") {
231231
sc = createSparkContext(0, 10, 0)
232232
val manager = sc.executorAllocationManager.get
233233
val stage = createStageInfo(0, 5)

0 commit comments

Comments
 (0)