is there any issue with delete segments ?
I have fired delete like DELETE /druid/coordinator/v1/datasources/click?kill=true&interval=2017-01-03T11:00:00.000Z/2017-01-03T12:00:00.000Z HTTP/1.1
I could see log is showing task killed Task [kill_click_2017-01-03T11:00:00.000Z_2017-01-03T12:00:00.000Z_2017-01-04T06:08:10.752Z] status changed to [SUCCESS].
However , I don’t see segment is getting removed, not sure if I’m missing anything here .
~ Biswajit
Hi Biswajit,
Kill task only removes the unused segments, the segments you were expecting to be deleted were they loaded by any historical node ?
Thank you for reply Nishant.
I had to delete some bad segment at test environment - made workaround with used ==0 . I have noticed segment is loaded to the historical node.
Also, noticed disable with `/druid/coordinator/v1/datasources/{name}/intervals/{interval} is not working, didn’t spend much time as got workaround with used ==0 .
I’ll investigate further and update you .
Thank you again .
~ Biswajit