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

Need to be able to hold enough banks in memory to survive a multi-hour network outage #8156

Open
mvines opened this issue Feb 7, 2020 · 2 comments
Milestone

Comments

@mvines
Copy link
Member

mvines commented Feb 7, 2020

At ~5MB of RAM per Bank and a 2.5 Banks a second, 32GB of RAM can be filled with unrooted Banks in about an hour. This is not long enough to survive a temporary networking problem.

Really we need to be able to an Epoch worth of unrooted Banks (after which point it doesn't matter because we run out of leader schedule).

@ryoqun
Copy link
Member

ryoqun commented Mar 31, 2020

@mvines @carllin Could this be alleviated by this? #8958

@mvines
Copy link
Member Author

mvines commented Mar 31, 2020

Not sure, I think we just need to test it (as probably a nightly/weekly regression test) and see how we do

@mvines mvines modified the milestones: v1.2.0, v1.3.0 May 21, 2020
@mvines mvines modified the milestones: v1.3.0, v1.4.0 Aug 5, 2020
@mvines mvines modified the milestones: v1.4.0, v1.5.0 Oct 8, 2020
@mvines mvines modified the milestones: v1.5.0, v1.6.0 Dec 17, 2020
@mvines mvines modified the milestones: v1.6.0, v1.7.0 Mar 11, 2021
@mvines mvines modified the milestones: v1.7.0, v1.8.0 May 10, 2021
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

No branches or pull requests

2 participants