alphaxo opened a new issue #11050:
URL: https://github.com/apache/druid/issues/11050


   ### Description
   I want to deploy my druid cluster on a spot instance, and my druid cluster 
uses kafka ingestion. The problem now is that when the spot instance is 
interrupted, I can only call the API `/druid/indexer/v1/task/{taskId}/shutdown` 
to manually end the task, which will cause the task to fail. The segment 
generated by this task will not be submitted.
   
   After the peon is re-created, the previous Kafka data needs to be 
re-consumed to run the calculation, which is undoubtedly a waste of computing 
resources
   
   ### Motivation
   
   - Is it possible to provide a finish API to enable us to manually commit 
index task
   


-- 
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:
[email protected]



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

Reply via email to