Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Conversation

udpatil
Copy link
Contributor

@udpatil udpatil commented Oct 1, 2025

Describe your changes and provide context

Currently, the buffer for tendermint events is too small to properly handle large amounts of traffic, since filling the buffer up will slow down the critical path for execution, resulting in potentially longer block times or at least node falling behind.

Testing performed to validate your change

Tested in loadtest cluster and detacehd pacific-1 RPC

Copy link

github-actions bot commented Oct 1, 2025

The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedOct 1, 2025, 9:40 PM

Copy link

codecov bot commented Oct 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.08%. Comparing base (c6c5a8f) to head (3f4d454).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #329      +/-   ##
==========================================
+ Coverage   56.94%   57.08%   +0.13%     
==========================================
  Files         254      254              
  Lines       33815    33815              
==========================================
+ Hits        19257    19302      +45     
+ Misses      13017    12968      -49     
- Partials     1541     1545       +4     
Files with missing lines Coverage Δ
internal/eventbus/event_bus.go 89.18% <ø> (ø)

... and 11 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@yzang2019
Copy link
Contributor

Shall we make it confgurable?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants