Skip to content

Conversation

udpatil
Copy link
Collaborator

@udpatil udpatil commented Oct 2, 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

@masih
Copy link
Collaborator

masih commented Oct 2, 2025

Port-over of sei-protocol/sei-tendermint#329

Copy link

codecov bot commented Oct 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 27.10%. Comparing base (4066587) to head (953a32f).
⚠️ Report is 1 commits behind head on main.

❌ Your project status has failed because the head coverage (27.10%) is below the target coverage (60.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2428       +/-   ##
===========================================
- Coverage   46.71%   27.10%   -19.61%     
===========================================
  Files         409     1464     +1055     
  Lines       39714   144402   +104688     
===========================================
+ Hits        18551    39142    +20591     
- Misses      19873   101900    +82027     
- Partials     1290     3360     +2070     
Files with missing lines Coverage Δ
sei-tendermint/internal/eventbus/event_bus.go 0.00% <ø> (ø)

... and 1202 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@udpatil udpatil force-pushed the uday/eventq-depth branch from 7c202af to 953a32f Compare October 2, 2025 19:19
@udpatil udpatil merged commit 5a15103 into main Oct 2, 2025
90 of 91 checks passed
@udpatil udpatil deleted the uday/eventq-depth branch October 2, 2025 20:27
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.

4 participants