You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/05/28 10:23:00 UTC

[GitHub] [incubator-druid] krzwalko opened a new issue #7779: unified web console sends calls wrong endpoint to resume suspended Kafka supervisor

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org