Skip to content

Do not wait for export to exit ShardConsumer for shards that have no records to write to buffer#6265

Merged
graytaylor0 merged 1 commit into
opensearch-project:mainfrom
graytaylor0:DdbShardSkipFix
Nov 14, 2025
Merged

Do not wait for export to exit ShardConsumer for shards that have no records to write to buffer#6265
graytaylor0 merged 1 commit into
opensearch-project:mainfrom
graytaylor0:DdbShardSkipFix

Conversation

@graytaylor0

Copy link
Copy Markdown
Member

Description

This change removes the wait for export that blocks the ShardConsumer from exiting for shards that do not have any records to be written to buffer. Shards that are processed during the export with data to process (data from after the export time) will still block and wait for the export to complete before processing.

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.

…records to write to buffer

Signed-off-by: Taylor Gray <tylgry@amazon.com>
@graytaylor0 graytaylor0 merged commit ca1552e into opensearch-project:main Nov 14, 2025
47 checks passed
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