Abhi Gupta created FLINK-36328: ---------------------------------- Summary: Making the log for child not found as debug Key: FLINK-36328 URL: https://issues.apache.org/jira/browse/FLINK-36328 Project: Flink Issue Type: Improvement Components: Connectors / DynamoDB Reporter: Abhi Gupta
In DDB Flink connector, we are getting this warn message quite a lot: ``` "splitId: {} is not present in parent-child relationship map. " + "This indicates that there might be some data loss in the " + "application or the child shard has not been discovered yet" ``` This is happening for when all splits are read and the child shard hasn't been discovered yet. -- This message was sent by Atlassian Jira (v8.20.10#820010)