summaryrefslogtreecommitdiff
path: root/postmortem/2019-06-02-exchange-caching.txt
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-06-03 11:08:51 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-06-03 11:08:51 +0200
commit0b69486dc16953d025c5ff2508281e84bfba81a0 (patch)
treeaff2ba9ff68361a547bbba9d26cb6e30a39686ec /postmortem/2019-06-02-exchange-caching.txt
parent72cc5d7dd1d2536b37dbb33b1838b80ad3b46459 (diff)
downloaddeployment-0b69486dc16953d025c5ff2508281e84bfba81a0.tar.gz
deployment-0b69486dc16953d025c5ff2508281e84bfba81a0.tar.bz2
deployment-0b69486dc16953d025c5ff2508281e84bfba81a0.zip
post mortem for exchange caching
Diffstat (limited to 'postmortem/2019-06-02-exchange-caching.txt')
-rw-r--r--postmortem/2019-06-02-exchange-caching.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/postmortem/2019-06-02-exchange-caching.txt b/postmortem/2019-06-02-exchange-caching.txt
new file mode 100644
index 0000000..6a739ee
--- /dev/null
+++ b/postmortem/2019-06-02-exchange-caching.txt
@@ -0,0 +1,29 @@
+# Exchange Wire Caching
+
+
+## Issue Summary
+
+When demoing Taler to an audience, sometimes withdrawing or other operations
+fail. This can happen even with a fresh wallet.
+
+
+## Root Cause
+
+The browser caches the /keys and /wire response for a long time, even when the
+wallet is re-installed.
+
+Usually the cache expiration is set to when available denominations or signing
+keys are expected to change. This can be a rather long time. We often have format changes
+or re-deploys with different keys in-between.
+
+## Remediation and Prevention
+
+For demo and test, the exchange shall use shorter expiration times.
+(https://bugs.gnunet.org/view.php?id=5747)
+
+To force re-downloading of the exchange's information, we will implement
+a client-version parameter to break the browser's cache.
+(https://bugs.gnunet.org/view.php?id=5745)
+
+## Discussion
+