gguptp commented on code in PR #151:
URL:
https://github.com/apache/flink-connector-aws/pull/151#discussion_r1742002970
##########
flink-connector-aws/flink-connector-dynamodb/src/main/java/org/apache/flink/connector/dynamodb/source/proxy/DynamoDbStreamsProxy.java:
##########
@@ -168,8 +194,15 @@ private String getShardIterator(
try {
return
dynamoDbStreamsClient.getShardIterator(requestBuilder.build()).shardIterator();
} catch (ResourceNotFoundException e) {
- LOG.info(
- "Received ResourceNotFoundException. "
+ LOG.warn(
+ "Received ResourceNotFoundException from GetShardIterator.
"
+ + "Shard {} of stream {} is no longer valid,
marking it as complete.",
Review Comment:
added a warning in the log
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]