palantir / k8s-spark-scheduler

A Kubernetes Scheduler Extender to provide gang scheduling support for Spark on Kubernetes
Apache License 2.0
175 stars 43 forks source link

Report how much resources are currently reserved but unbound #250

Closed Alexis-D closed 1 year ago

Alexis-D commented 1 year ago

Before this PR

It's hard to assess how much waste is due to resources being reserved yet unbound (we reserve when scheduling the executor, but those reservations remain unbound until the driver actually requests executors).

After this PR

==COMMIT_MSG== Report how much resources are currently reserved but unbound ==COMMIT_MSG==

svc-autorelease commented 1 year ago

Released 0.58.0