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

Revert "Simplify Effective Balance Calculation (#8743)" #8844

Merged
merged 5 commits into from
May 1, 2021

Conversation

nisdas
Copy link
Member

@nisdas nisdas commented Apr 30, 2021

What type of PR is this?

Feature Reversion

What does this PR do? Why is it needed?

  • While this is a big improvement in general memory usage, this has been observed to cause quite a few memory spikes which unfortunately make it untenable for general usage.

Which issues(s) does this PR fix?

N.A

Other notes for review

@nisdas nisdas marked this pull request as ready for review April 30, 2021 11:58
@nisdas nisdas requested a review from a team as a code owner April 30, 2021 11:58
@codecov
Copy link

codecov bot commented Apr 30, 2021

Codecov Report

Merging #8844 (843f917) into develop (7be6fc1) will decrease coverage by 0.06%.
The diff coverage is 24.00%.

@@             Coverage Diff             @@
##           develop    #8844      +/-   ##
===========================================
- Coverage    60.61%   60.55%   -0.07%     
===========================================
  Files          525      525              
  Lines        36854    36871      +17     
===========================================
- Hits         22340    22328      -12     
- Misses       11298    11328      +30     
+ Partials      3216     3215       -1     

@prestonvanloon
Copy link
Member

Can we toggle this as a feature flag or is this the end for this feature?

@prestonvanloon prestonvanloon merged commit 54d4d39 into develop May 1, 2021
@delete-merged-branch delete-merged-branch bot deleted the removeOptimization branch May 1, 2021 18:07
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.

Resource Usage Spikes (CPU & Memory) to Context Deadline Exceeded causing numerous missed attestations
2 participants