Skip to content

Limit vault blob broadcast concurrency#22239

Merged
HashWrangler merged 2 commits intorelease/2.44.1from
codex/vault-blob-broadcast-limit-2.44.1
Apr 29, 2026
Merged

Limit vault blob broadcast concurrency#22239
HashWrangler merged 2 commits intorelease/2.44.1from
codex/vault-blob-broadcast-limit-2.44.1

Conversation

@prashantkumar1982
Copy link
Copy Markdown
Contributor

Summary

  • Limits Vault 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 graceful skip behavior for individual broadcast or marshal failures.
  • Adds a focused regression test that holds broadcasts open and asserts concurrency never exceeds the configured limit.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 29, 2026

✅ No conflicts with other open PRs targeting release/2.44.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 00:41
@prashantkumar1982 prashantkumar1982 requested review from a team as code owners April 29, 2026 00:41
@prashantkumar1982 prashantkumar1982 enabled auto-merge (squash) April 29, 2026 00:42
@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented Apr 29, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

Failed Test Failure Summary Logs
Test_CCIP_Upgrade_NoBlock_EVM2Sui/OffRamp,_CCIP_FQ_upgraded_NoBlock:_Message_to_Sui_-_Should_Succeed Logs ↗︎
Test_CRE_V2_EVM_GetTransactionByHash_Invalid_Hash_Regression/[v2]_EVM.GetTransactionByHash_-_invalid_hash_fails_with_a_symbol The test failed because it received an unexpected error related to a reentrancy out-of-gas condition during a workflow deletion attempt. Logs ↗︎
Test_CCIP_Upgrade_NoBlock_EVM2Sui Logs ↗︎
Test_CCIPProgrammableTokenTransfer_EVM2Sui_BurnMintTokenPool Logs ↗︎

... and 2 more

View Full Report ↗︎Docs

@HashWrangler HashWrangler disabled auto-merge April 29, 2026 01:46
@HashWrangler HashWrangler enabled auto-merge April 29, 2026 01:47
@cl-sonarqube-production
Copy link
Copy Markdown

@HashWrangler HashWrangler merged commit f12cedd into release/2.44.1 Apr 29, 2026
247 of 252 checks passed
@HashWrangler HashWrangler deleted the codex/vault-blob-broadcast-limit-2.44.1 branch April 29, 2026 02:12
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.

6 participants