pan3793 commented on PR #53840:
URL: https://github.com/apache/spark/pull/53840#issuecomment-3894401200
To avoid touching the constructor of `*PodsAllocator`s, how about adding a
new method in `AbstractPodsAllocator`? it will be called after the constructor
immediately
```scala
@DeveloperApi
abstract class AbstractPodsAllocator {
...
def setExecutorPodsLifecycleManager(lifecycleManager:
ExecutorPodsLifecycleManager): Unit = {}
...
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]