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 2020/02/25 07:38:51 UTC

[GitHub] [druid] venkatramanp opened a new issue #9401: Add Compaction coodinator configuration to Coordinator Dynamic Configuration

venkatramanp opened a new issue #9401: Add Compaction coodinator configuration to Coordinator Dynamic Configuration
URL: https://github.com/apache/druid/issues/9401
 
 
   ### Description
   
   Automatic Compaction configurations at coordinator level can be done using API. For example, to increase the slot ratio or max slots we use,
   
   curl -ivL -X POST -H 'Content-Type: application/json' -u admin:<PASSWORD> -k https://coordinator-node:8081/druid/coordinator/v1/config/compaction/taskslots?ratio=0.2
   
   curl -ivL -X POST -H 'Content-Type: application/json' -u admin:<PASSWORD> -k https://coordinator:8081/druid/coordinator/v1/config/compaction/taskslots?max=10
   
   Why not include this as part of either Coordindator Dynamic Config page or a as a new page in Druid Console?
   
   ### Motivation
   
   This would make it easier to manage the compaction settings.

----------------------------------------------------------------
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


[GitHub] [druid] jihoonson commented on issue #9401: Add Compaction coodinator configuration to Coordinator Dynamic Configuration

Posted by GitBox <gi...@apache.org>.
jihoonson commented on issue #9401: Add Compaction coodinator configuration to Coordinator Dynamic Configuration
URL: https://github.com/apache/druid/issues/9401#issuecomment-591732015
 
 
   > Is it possible to do that operation via an API that is based around posting a JSON payload and not a query parameter in the URL? If not it should be.
   
   I can do that, but why should it be the JSON payload?

----------------------------------------------------------------
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


[GitHub] [druid] vogievetsky commented on issue #9401: Add Compaction coodinator configuration to Coordinator Dynamic Configuration

Posted by GitBox <gi...@apache.org>.
vogievetsky commented on issue #9401: Add Compaction coodinator configuration to Coordinator Dynamic Configuration
URL: https://github.com/apache/druid/issues/9401#issuecomment-591724298
 
 
   Is it possible to do that operation via an API that is based around posting a JSON payload and not a query parameter in the URL? If not it should be.

----------------------------------------------------------------
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