View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007401 | GNUnet | namestore service | public | 2022-10-18 13:57 | 2022-10-31 03:22 |
Reporter | schanzen | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 0.18.0 | Fixed in Version | 0.18.0 | ||
Summary | 0007401: Deletion of egos results in orphanes namestore zones | ||||
Description | Orphaned zones cannot be deleted anymore and zonemaster still regularly pushes the records. We must implement some kind of cleanup functionality in namestore (or zonemaster) that purges zones for which we no longer have an ego. | ||||
Tags | No tags attached. | ||||
related to | 0007402 | closed | Christian Grothoff | Delete zone contents |
|
37f81821b..282b9d369 detects orphans and does not return them anymore to iterators and monitors. But we probably still want to listen to ego deletions and remove the zone data. |
|
Should we delete the zone data on ego delete? Should we offer a zone create API with implicit ego create? |
|
We now enable users to detect orphans using `gnunet-namestore -D`. Using `gnunet-namestore -D -S` they can output the private key of the orphaned records that can then be used to readd it with the preferred name using `gnunet-identity -C <name> -P <keystring>` Alternatively, orphaned records can be purged using `gnunet-namestore -P`. |
|
Added CLI options for orphan management in gnunet-namestore. 73c3d1e1c..8de99f209 |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-10-18 13:57 | schanzen | New Issue | |
2022-10-18 17:20 | schanzen | Note Added: 0019220 | |
2022-10-19 09:10 | schanzen | Assigned To | => schanzen |
2022-10-19 09:10 | schanzen | Status | new => assigned |
2022-10-19 09:10 | schanzen | Description Updated | |
2022-10-21 15:25 | schanzen | Note Added: 0019265 | |
2022-10-21 15:25 | schanzen | Status | assigned => feedback |
2022-10-21 15:28 | schanzen | Assigned To | schanzen => Christian Grothoff |
2022-10-23 15:38 | schanzen | Relationship added | related to 0007402 |
2022-10-24 11:29 | schanzen | Note Added: 0019281 | |
2022-10-24 11:29 | schanzen | Status | feedback => assigned |
2022-10-24 13:53 | schanzen | Status | assigned => resolved |
2022-10-24 13:53 | schanzen | Resolution | open => fixed |
2022-10-24 13:53 | schanzen | Fixed in Version | => 0.18.0 |
2022-10-24 13:53 | schanzen | Note Added: 0019283 | |
2022-10-31 03:22 | schanzen | Status | resolved => closed |