> return a list of supervisor ids that had a state change I think there is no need to return these ids since these `all` endpoints are idempotent operations. Just return OK would be fine. And I think users do not care about which supervisor has a state change, they just need to know they have changed all supervisors to suspened state or running state. Besides, return these ids would make the code a little complex and ugly ):
[ Full content available at: https://github.com/apache/incubator-druid/pull/6272 ] This message was relayed via gitbox.apache.org for [email protected]
