Skip to content

Limit vault blob broadcast concurrency#22241

Merged
prashantkumar1982 merged 1 commit intorelease/2.41.1from
codex/vault-blob-broadcast-limit-2.41.1
Apr 29, 2026
Merged

Limit vault blob broadcast concurrency#22241
prashantkumar1982 merged 1 commit intorelease/2.41.1from
codex/vault-blob-broadcast-limit-2.41.1

Conversation

@prashantkumar1982
Copy link
Copy Markdown
Contributor

Summary

  • Ports the Vault blob broadcast concurrency limit from Limit vault blob broadcast concurrency #22239 to release/2.41.1.
  • Limits observation blob broadcasts to at most 10 in-flight calls so large pending queues do not create unbounded goroutine fan-out during an OCR round.
  • Keeps the existing per-blob timeout and skip-on-individual-failure behavior while preserving fast propagation for parent context cancellation or deadline expiry.
  • Adds a regression test that holds broadcasts open and verifies concurrency stays within the configured limit.

@github-actions
Copy link
Copy Markdown
Contributor

✅ No conflicts with other open PRs targeting release/2.41.1

@github-actions
Copy link
Copy Markdown
Contributor

I see you updated files related to core. Please run make gocs in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

@prashantkumar1982 prashantkumar1982 marked this pull request as ready for review April 29, 2026 03:24
@prashantkumar1982 prashantkumar1982 requested review from a team as code owners April 29, 2026 03:24
@cl-sonarqube-production
Copy link
Copy Markdown

@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented Apr 29, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@prashantkumar1982 prashantkumar1982 merged commit 2374da6 into release/2.41.1 Apr 29, 2026
185 of 191 checks passed
@prashantkumar1982 prashantkumar1982 deleted the codex/vault-blob-broadcast-limit-2.41.1 branch April 29, 2026 03:43
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.

2 participants