Skip to content

fix: throw errors properly when bulk helper uses a stream#3281

Merged
JoshMock merged 1 commit into
mainfrom
bulk-stream-err
May 12, 2026
Merged

fix: throw errors properly when bulk helper uses a stream#3281
JoshMock merged 1 commit into
mainfrom
bulk-stream-err

Conversation

@JoshMock

Copy link
Copy Markdown
Member

fixes #2085

@prodsecmachine

prodsecmachine commented May 12, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@JoshMock JoshMock merged commit 017dfb2 into main May 12, 2026
43 of 45 checks passed
@JoshMock JoshMock deleted the bulk-stream-err branch May 12, 2026 18:36
@elastic-vault-github-plugin-prod

Copy link
Copy Markdown

The backport to 9.4 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-9.4 9.4
# Navigate to the new working tree
cd .worktrees/backport-9.4
# Create a new branch
git switch --create backport-3281-to-9.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 017dfb2dce14ccee53d1f11a8a39a4d0e74d9886
# Push it to GitHub
git push --set-upstream origin backport-3281-to-9.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.4

Then, create a pull request where the base branch is 9.4 and the compare/head branch is backport-3281-to-9.4.

@github-actions

Copy link
Copy Markdown
Contributor

AI Backport Resolver created a backport PR (no conflicts): #3282

JoshMock added a commit that referenced this pull request May 12, 2026
… (#3282)

fixes #2085

(cherry picked from commit 017dfb2)

Co-authored-by: Josh Mock <joshua.mock@elastic.co>
@JoshMock JoshMock mentioned this pull request May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bulk helper not giving indications on failure when using stream as datasource

2 participants