Kinesis datastream iterator age is high

0

Hi,

We have a system where we ingest data via kinesis data stream, connected to kinesis firehose, and outputted to s3. Occasionally and seemingly arbitrarily, our monitor on GetRecords iterator age maximum > 5mins would trigger for a few hours at a time.

Past 3 days data

We added many more shards to the data stream than required (write throughput at <10% capacity), but had no impact.

According to the docs, When Kinesis Data Streams is configured as the data source, this quota doesn't apply, and Kinesis Data Firehose scales up and down with no limit. so it should not be a capacity issue here either.

What could cause this to happen?

1 Answer
0

Hi,

Check this indicating reasons of having an increasing iterator age on the Kinesis Data Stream.

As hints, check if there are

  1. Any read throttles on the stream
  2. Even distribution of data on the shards
  3. Any other consumer on the stream other than the Firehose
AWS
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions