opensearch-project / opensearch-project/data-prepper
Retry failed buffer writes as long as the connection is alive
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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