gguptp commented on code in PR #166:
URL: 
https://github.com/apache/flink-connector-aws/pull/166#discussion_r1762610714


##########
flink-connector-aws/flink-connector-dynamodb/src/main/java/org/apache/flink/connector/dynamodb/source/enumerator/tracker/SplitTracker.java:
##########
@@ -185,7 +186,8 @@ public List<DynamoDbStreamsShardSplit> 
getUnassignedChildSplits(Set<String> pare
                             if (!parentChildSplitMap.containsKey(splitId)) {
                                 LOG.warn(
                                         "splitId: {} is not present in 
parent-child relationship map. "
-                                                + "This indicates that there 
might be some data loss in the application",
+                                                + "This indicates that either 
there might be some data loss in the "
+                                                + "application or the child 
shard hasn't been discovered yet",

Review Comment:
   yeh, we see this often if we are always at the tip of the log and child 
shards haven't been discovered yet :) 



-- 
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]

Reply via email to