Skip to content

Fix bug that would cause ddb stream processing to start before export completed#6892

Merged
graytaylor0 merged 1 commit into
opensearch-project:mainfrom
graytaylor0:main
May 30, 2026
Merged

Fix bug that would cause ddb stream processing to start before export completed#6892
graytaylor0 merged 1 commit into
opensearch-project:mainfrom
graytaylor0:main

Conversation

@graytaylor0

@graytaylor0 graytaylor0 commented May 30, 2026

Copy link
Copy Markdown
Member

Description

The totalFiles was being set to 0 for the export item tracker, which would lead to stream data being processed at the same time as export. This could lead to extra documents due to delete stream events being overridden by export data, even with versioning enabled.

Issues Resolved

Resolves #[Issue number to be closed when this PR is merged]

Check List

  • New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

… completed

Signed-off-by: Taylor Gray <tylgry@amazon.com>
@graytaylor0 graytaylor0 merged commit 4ec2a7c into opensearch-project:main May 30, 2026
71 of 72 checks passed
kkondaka pushed a commit to kkondaka/kk-data-prepper-f2 that referenced this pull request Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants