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/03/10 07:34:21 UTC

[GitHub] [druid] jihoonson opened a new issue #6208: [Proposal] Add 'checkpoint' API to supervisor for manual checkpointing

jihoonson opened a new issue #6208: [Proposal] Add 'checkpoint' API to supervisor for manual checkpointing
URL: https://github.com/apache/druid/issues/6208
 
 
   Checkpoint was introduced for incremental publishing in Kafka indexing service. Each kafka task can publish their segments if the segment size is large enough in the middle of indexing. Checkpointing is a very important feature and should be tested in various situations.
   
   The main purpose of this proposal is for easy testing of rolling update while checkpointing. If we have an API for manual checkpointing, it would be much easier to test it by simply calling the checkpoint API and do the rolling update.

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