View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006574 | Taler | wallet-core | public | 2020-09-06 11:55 | 2021-08-24 16:23 |
| Reporter | Florian Dold | Assigned To | Florian Dold | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | git (master) | ||||
| Target Version | 0.8 | Fixed in Version | 0.8 | ||
| Summary | 0006574: make sure database commits are atomic | ||||
| Description | ... by first dumping the database to a unique temp file and then atomically moving it to the target file name. | ||||
| Tags | No tags attached. | ||||
|
|
We now write to a temporary file and then rename(3) the temp file to the actual database file. This guarantees atomicity of updating the DB file. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-09-06 11:55 | Florian Dold | New Issue | |
| 2020-09-06 11:55 | Florian Dold | Status | new => assigned |
| 2020-09-06 11:55 | Florian Dold | Assigned To | => Florian Dold |
| 2020-09-07 10:01 | Florian Dold | Status | assigned => resolved |
| 2020-09-07 10:01 | Florian Dold | Resolution | open => fixed |
| 2020-09-07 10:01 | Florian Dold | Note Added: 0016895 | |
| 2020-10-03 14:08 | Christian Grothoff | Fixed in Version | => 0.8 |
| 2021-08-24 16:23 | Christian Grothoff | Status | resolved => closed |
| 2023-04-13 20:36 | Florian Dold | Category | wallet (TS core) => wallet-core |