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 regard to pruning, there's a TODO in the coordinator to spawn each tributary on their own volume to add a hard size cap to them (preventing a DoS on a tributary from crashing the entire system). Then pruning would simply be dropping their volume.
We likely want to spawn an independent DB, on the same volume, and then use the DB file size. If any DB grows too large, we'd cut off its P2P comms (effectively halting further growth). This prevents the DB from panicking, which will propagate to a service panic, while leaving pruning feasible.
This is a scratch pad for work that needs to be done.
Networks:
Processor:
Tendermint/Tributary:
Coordinator:
Substrate:
In general:
The text was updated successfully, but these errors were encountered: