You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With these prs the splitstore is now code complete, with the exception of coldstore garbage collection (see below). As such, it is a good point to mark beta readiness and get wider testing from users.
In order to get to production readiness, a few more things remain to be done:
integration tests, where the splitstore is used in the lotus integration test suite.
release stress test, where an instance of splitstore is started form a 2-day old snapshot and run for 2-3 compactions to verify that it syncs properly. We should probably test a matrix of options, with universal/discard coldstore and badger/map markset.
(optionally) Splitstore Harness Test #6725 where we construct a harness test that can be used to verify correct behaviour and provide a regression test suite for future changes.
implement a system to ship coldstores instead of snapshots.
The text was updated successfully, but these errors were encountered:
The following three prs bring splitstore to beta readiness, where users could be encouraged to use it for non-critical infrastructure nodes:
With these prs the splitstore is now code complete, with the exception of coldstore garbage collection (see below). As such, it is a good point to mark beta readiness and get wider testing from users.
In order to get to production readiness, a few more things remain to be done:
The text was updated successfully, but these errors were encountered: