You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-prepper-plugins/dynamodb-source/src/main/java/org/opensearch/dataprepper/plugins/source/dynamodb/stream/ShardAcknowledgementManager.java
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -190,10 +190,12 @@ public AcknowledgementSet createAcknowledgmentSet(
190
190
// Shard should already be in checkpoints map from call to startUpdatingOwnershipForShard, if it is not in the map
191
191
// that means that ShardAcknowledgmentManager stopped tracking it due to some error, and another worker will pick it up
192
192
// We throw an error in this case to have the ShardConsumer exit and stop reading data from the shard
Copy file name to clipboardExpand all lines: data-prepper-plugins/dynamodb-source/src/test/java/org/opensearch/dataprepper/plugins/source/dynamodb/stream/ShardAcknowledgementManagerTest.java
0 commit comments