jon-wei commented on issue #9133: Kinesis Indexing throwing exception URL: https://github.com/apache/druid/issues/9133#issuecomment-572232556 For this error: > 2020-01-06T23:05:29,650 WARN [KinesisSupervisor-am-kinesis-matched-v8] org.apache.druid.indexing.kinesis.KinesisRecordSupplier - timed out while trying to fetch position for shard[shardId-000000000000], likely no more records in shard This is ultimately handled by `KinesisRecordSupplier.getSequenceNumberInternal`, if this timeout occurs it means the supervisor was able to get a shard iterator but never saw any records from that shard iterator within the configured `fetchSequenceNumberTimeout` (set in the tuningConfig). Some suggestions: - Try increasing `fetchSequenceNumberTimeout` - Try adding more debug logs to that method to see if you can get any more info on why there's a timeout.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
