Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug/1640 slow catchup #1770

Merged
merged 10 commits into from
Jan 11, 2024
Merged

Bug/1640 slow catchup #1770

merged 10 commits into from
Jan 11, 2024

Conversation

olehnikolaiev
Copy link
Contributor

fixes #1640

drop txns coming through broadcast if skaled has outdated state - this will decrease RAM usage during catchup and help to increase performance
tested manually on devnet - performnace is good per @oleksandrSydorenkoJ

@olehnikolaiev olehnikolaiev linked an issue Dec 27, 2023 that may be closed by this pull request
Copy link

codecov bot commented Jan 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1e79fdf) 45.56% compared to head (89fb0a0) 45.54%.
Report is 1 commits behind head on v3.18.0.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           v3.18.0    #1770      +/-   ##
===========================================
- Coverage    45.56%   45.54%   -0.02%     
===========================================
  Files          356      356              
  Lines        51762    51766       +4     
===========================================
- Hits         23584    23576       -8     
- Misses       28178    28190      +12     

@olehnikolaiev olehnikolaiev merged commit bba2a8a into v3.18.0 Jan 11, 2024
8 checks passed
@olehnikolaiev olehnikolaiev deleted the bug/1640-slow-catchup branch January 11, 2024 19:58
@github-actions github-actions bot locked and limited conversation to collaborators Jan 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Skaled slow processing transctions during catchup
3 participants