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

[master] Change INCRDB_DSNUMS_WITH_STATEDELTAS default value from 10 to 5 #2460

Merged
merged 1 commit into from
Feb 25, 2021

Conversation

ansnunez
Copy link
Contributor

Description

State deltas have grown significantly in size (sometimes each Tx can have 100kB+).
This puts a strain on seeds who must transmit the data.
It also means data syncing (especially during rolling upgrade of pods) can take a very long time.
This PR only changes the constants file, but it will help us remember to introduce the change in the next scheduled upgrade.
Testing will be done during upgrade rehearsal.

Backward Compatibility

  • This is not a breaking change
  • This is a breaking change

Review Suggestion

Status

Implementation

  • ready for review

Integration Test (Core Team)

  • local machine test
  • small-scale cloud test

@ansnunez ansnunez self-assigned this Feb 25, 2021
@github-actions github-actions bot changed the title Change INCRDB_DSNUMS_WITH_STATEDELTAS default value from 10 to 5 [master] Change INCRDB_DSNUMS_WITH_STATEDELTAS default value from 10 to 5 Feb 25, 2021
@github-actions github-actions bot added this to PRs in development in Core Feb 25, 2021
Core automation moved this from PRs in development to PRs approved - ready to merge! Feb 25, 2021
@ansnunez ansnunez merged commit 0aef752 into master Feb 25, 2021
Core automation moved this from PRs approved - ready to merge! to PRs done (merged) Feb 25, 2021
@ansnunez ansnunez deleted the reduce-num-dsblocks branch February 25, 2021 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Core
  
PRs done (merged)
Development

Successfully merging this pull request may close these issues.

None yet

3 participants