You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@druid.apache.org by GitBox <gi...@apache.org> on 2018/07/18 00:40:38 UTC

[GitHub] jihoonson opened a new pull request #6015: Check the kafka topic when comparing checkpoints from tasks with the one stored in metastore

jihoonson opened a new pull request #6015: Check the kafka topic when comparing checkpoints from tasks with the one stored in metastore
URL: https://github.com/apache/incubator-druid/pull/6015
 
 
   The key change is: https://github.com/apache/incubator-druid/compare/master...jihoonson:supervisor-check-topic?expand=1#diff-6eee87b3aa4eb3a516965fe6e93e25a4R1191.
   
   If it doesn't check the topic, the supervisor considers the checkpoints in metastore invalid and tries to find something good offsets (earliest or latest) from Kafka. This causes offset mismatch and makes all tasks failed.
   
   Maybe this is not a bug because we don't support changing topic in the supervisor spec officially, but at least this patch fixes a weird behavior which makes debugging harder.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: dev-unsubscribe@druid.apache.org
For additional commands, e-mail: dev-help@druid.apache.org