krzwalko opened a new issue #7779: unified web console sends calls wrong endpoint to resume suspended Kafka supervisor URL: https://github.com/apache/incubator-druid/issues/7779 When trying to resume suspended, unified job web console calls `suspend` endpoint instead of `resume`. UI for that operation is generated correctly. That leads to HTTP 400 (supervisor is already suspended) ### Affected Version 0.14.0-incubating ### Description - Steps to reproduce the problem: - create Kafka supervisor - suspend it - when trying to resume from web console: - it generates proper confirmation message (Are you sure you want to resume supervisor '<supervisorId>'?), and then - sends wrong POST to `druid/indexer/v1/supervisor/<supervisorId>/suspend`, instead of `resume` - The error message or stack traces encountered: HTTP 400 with `{error: "[<supervisorId>] is already suspended"}`
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
