Github user caneGuy commented on a diff in the pull request:
https://github.com/apache/spark/pull/19145#discussion_r139104659
--- Diff:
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/YarnAllocator.scala
---
@@ -158,6 +158,7 @@ private[yarn] class YarnAllocator(
private[yarn] val containerPlacementStrategy =
new LocalityPreferredContainerPlacementStrategy(sparkConf, conf,
resource, resolver)
+ private[yarn] val completedContainerIdSet: HashSet[ContainerId] = new
HashSet[ContainerId]()
--- End diff --
Any recycling strategyï¼I wonder there may be subtle issue of memory
consuming.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]