kfaraz commented on PR #18172:
URL: https://github.com/apache/druid/pull/18172#issuecomment-3003173006

   Thanks for the changes, @vogievetsky !
   
   Changes look good. I tried out the following actions from the web-console 
and verified that the new API was being hit:
   
   |API|Method|Deprecated Coordinator path|New Overlord path|
   |---|------|---------------------------|-----------------|
   |Mark a single segment as 
unused|`DELETE`|`/druid/coordinator/v1/datasources/{datasource}/segments/{segmentId}`|`/druid/indexer/v1/datasources/{datasource}/segments/{segmentId}`|
   |Mark a group of non-overshadowed segments as 
used|`POST`|`/druid/coordinator/v1/datasources/{datasource}/markUsed`|`/druid/indexer/v1/datasources/{datasource}/markUsed`|
   |Mark a group of segments as 
unused|`POST`|`/druid/coordinator/v1/datasources/{datasource}/markUnused`|`/druid/indexer/v1/datasources/{datasource}/markUnused`|
   |Mark all non-overshadowed segments of a datasource as 
used|`POST`|`/druid/coordinator/v1/datasources/{datasource}`|`/druid/indexer/v1/datasources/{datasource}`|
   |Mark all segments of a datasource as 
unused|`DELETE`|`/druid/coordinator/v1/datasources/{datasource}`|`/druid/indexer/v1/datasources/{datasource}`|
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to