/api/executors
does not show executors if TaskSchedulingPolicy::PullStaged
#1174
Labels
bug
Something isn't working
Describe the bug
/api/executors
does not show executors ifTaskSchedulingPolicy::PullStaged
is set.It work as expected if
TaskSchedulingPolicy::PushStaged
is setTo Reproduce
set
TaskSchedulingPolicy::PullStaged
and executecurl -v http://localhost:50050/api/executors
Expected behavior
we should get executors in case of
TaskSchedulingPolicy::PullStaged
is set or document expected behaviour if its expected not to return executor list in this caseAdditional context
The text was updated successfully, but these errors were encountered: