opensearch-project / opensearch-project/data-prepper

Retry failed buffer writes as long as the connection is alive

Open
#1,500 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

plugin - source
Dominant language
Java
Stars
374
Forks
354
Avg merge
3d 18h
Merged PRs (30d)
8

Description

The S3 Source currently attempts to write to the buffer and if the buffer is full, will fail and drop Events. The difficulty with retrying writes to this buffer is that the S3 connection may close.

Investigate retrying writes to the Buffer as long as the connection to S3 is open.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the S3 Source implementation and its buffer-write path, then inspect how the S3 connection lifecycle is tracked. The work is done when buffer-full writes are retried while the S3 connection remains open and Events are not dropped; the payload names no specific files or tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend, cloud
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.