View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006946 | Taler | mechant backend | public | 2021-07-23 13:30 | 2021-09-02 18:23 |
Reporter | Christian Grothoff | Assigned To | Christian Grothoff | ||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
Product Version | git (master) | ||||
Target Version | 0.8 | Fixed in Version | 0.8 | ||
Summary | 0006946: merchant backend should auto-reload stale instance settings from database | ||||
Description | In case another merchant backend changes the instance settings, taler-merchant-httpd currently fails to notice the changed settings (or existence of new instance, or even deletion). We should thus have a job that periodically syncs our state with that of the database, likely best running at a randomized time to avoid self-synchronization causing spikes in DB load from this. | ||||
Tags | No tags attached. | ||||
|
Implemented in 76cf111..cdde197, alas using DB triggers instead of staleness detection. |
|
Fix committed to master branch. |
merchant: master cdde1979 2021-08-01 16:26 Details Diff |
fix 0006946: reload merchant instance settings from DB on change |
Affected Issues 0006946 |
|
mod - src/backend/taler-merchant-httpd.c | Diff File | ||
mod - src/backend/taler-merchant-httpd.h | Diff File | ||
mod - src/backend/taler-merchant-httpd_private-delete-instances-ID.c | Diff File | ||
mod - src/backend/taler-merchant-httpd_private-patch-instances-ID.c | Diff File | ||
mod - src/backend/taler-merchant-httpd_private-post-instances-ID-auth.c | Diff File | ||
mod - src/backend/taler-merchant-httpd_private-post-instances.c | Diff File | ||
mod - src/backenddb/plugin_merchantdb_postgres.c | Diff File | ||
mod - src/include/taler_merchantdb_plugin.h | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-07-23 13:30 | Christian Grothoff | New Issue | |
2021-07-23 13:30 | Christian Grothoff | Status | new => assigned |
2021-07-23 13:30 | Christian Grothoff | Assigned To | => Christian Grothoff |
2021-07-23 14:24 | Christian Grothoff | Priority | normal => high |
2021-07-30 14:31 | Christian Grothoff | Target Version | => 0.9 |
2021-07-31 23:29 | Christian Grothoff | Target Version | 0.9 => 0.8 |
2021-08-01 15:01 | Christian Grothoff | Status | assigned => resolved |
2021-08-01 15:01 | Christian Grothoff | Resolution | open => fixed |
2021-08-01 15:01 | Christian Grothoff | Fixed in Version | => 0.8 |
2021-08-01 15:01 | Christian Grothoff | Note Added: 0018045 | |
2021-08-24 16:22 | Christian Grothoff | Status | resolved => closed |
2021-09-02 18:22 | Christian Grothoff | Changeset attached | => Taler-merchant master cdde1979 |
2021-09-02 18:23 | Christian Grothoff | Note Added: 0018344 |