vtlim commented on code in PR #14283: URL: https://github.com/apache/druid/pull/14283#discussion_r1194427461
########## docs/tutorials/tutorial-delete-data.md: ########## @@ -165,16 +153,29 @@ A Kill Task spec has been provided at `quickstart/tutorial/deletion-kill.json`. curl -X 'POST' -H 'Content-Type:application/json' -d @quickstart/tutorial/deletion-kill.json http://localhost:8081/druid/indexer/v1/task ``` -After this task completes, you can see that the disabled segments have now been removed from deep storage: +Once this task is finished, you will observe that the disabled segments, specifically segments for hours 18, 19, 22, and 23 have been successfully deleted from deep storage. Review Comment: ```suggestion When the task finishes, note that Druid deleted the disabled segments from deep storage. ``` -- 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]
