vmware / weathervane

Virtual-Infrastructure and Cloud Performance Benchmark
Other
153 stars 39 forks source link

Ensure Datamanager pod is stopped before starting other pods #187

Closed hrosenbe closed 4 years ago

hrosenbe commented 4 years ago

The AuctionDataManager pod takes a large amount of resources (CPU and memory) relative to other pods. Currently the prepareData process can return before this pod has terminated. This can keep other pods from starting, leading to misleading failedScheduling errors.

The fix is to wait until the pod has terminated before returning.

Signed-off-by: Hal Rosenberg hrosenbe@vmware.com