mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +00:00
Full requires the command to be `closed` before it can be removed from the log during compaction. We don't close commands, thus and retaining the log forever, allowing users to increase the cluster size. The downsize is the unbounded growth of the size of the log. Cluster membership changes need testing.