Hi Team,
We have lots of ingestion tasks (Kafka Indexing Service) failed with the bellow message - any hints, please?
2017-09-28T15:18:30,517 ERROR [task-runner-0-priority-0] io.druid.indexing.kafka.KafkaIndexTask - Resetting Kafka offsets for datasource [XXXX]: {class=io.druid.indexing.kafka.KafkaIndexTask, partitions=[1]}
The job starts from "partitionOffsetMap" : "1" : 252317290 and we after 10 mins of normal processing we also have a warn message:
2017-09-28T15:18:30,496 WARN [task-runner-0-priority-0] io.druid.indexing.kafka.KafkaIndexTask - OffsetOutOfRangeException with message [Offsets out of range with no configured reset policy for partitions: {XXXX-1=252337201}]
2017-09-28T15:18:30,502 INFO [task-runner-0-priority-0] io.druid.indexing.common.actions.RemoteTaskActionClient - Performing action for task[XXXX_0a10ea4d91031aa_ddbohkdj]: ResetDataSourceMetadataAction{dataSource='XXXXX', resetMetadata=KafkaDataSourceMetadata{kafkaPartitions=KafkaPartitions{topic='XXXX', partitionOffsetMap={1=252337201}}}}
2017-09-28T15:18:30,506 INFO [task-runner-0-priority-0] io.druid.indexing.common.actions.RemoteTaskActionClient - Submitting action for task[XXXX_0a10ea4d91031aa_ddbohkdj] to overlord[http://YYYY:8090/druid/indexer/v1/action]: ResetDataSourceMetadataAction{dataSource='XXXX', resetMetadata=KafkaDataSourceMetadata{kafkaPartitions=KafkaPartitions{topic='XXXXX', partitionOffsetMap={1=252337201}}}}
Thanks,
Dan