diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-30 22:45:46 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-30 22:45:46 +0200 |
commit | b09d20111227be5e6d5126ec905b44a7a4e96b0d (patch) | |
tree | 955fc6be7fb1e364a1d51bcca89080ea0cfa46bc /issues/add-multi-instance-support.md | |
parent | 146cd30b9eb17dd3fa5c49c844c6045d62e54a7c (diff) |
move issues to a common pad
Diffstat (limited to 'issues/add-multi-instance-support.md')
-rw-r--r-- | issues/add-multi-instance-support.md | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/issues/add-multi-instance-support.md b/issues/add-multi-instance-support.md deleted file mode 100644 index ce32755..0000000 --- a/issues/add-multi-instance-support.md +++ /dev/null @@ -1,17 +0,0 @@ -**Title:** Add multi-instance support </br> -**Date:** 2021-12-09 </br> - -# Summary -Add support for multiple active sigsum-log-go instances for the same log. - -# Description -A sigsum log accepts add-cosignature requests to make the final cosigned tree -head available. Right now a single active sigsum-log-go instance is assumed per -log, so that there is no need to coordinate cosigned tree heads among instances. - -Some log operators will likely want to run multiple instances of both the -Trillian components and sigsum-log-go, backed by a managed data base setup. -Trillian supports this, but sigsum-log-go does not due to lack of coordination. - -This issue requires both design considerations and an implementation of the -`StateManager` interface to support multi-instance setups of sigsum-log-go. |