View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001578 | GNUnet | datacache library | public | 2010-07-02 18:01 | 2010-07-03 20:55 |
| Reporter | mrwiggles | Assigned To | Christian Grothoff | ||
| Priority | high | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0001578: Datacache inserts data with forever as expiration, but gets fail | ||||
| Description | If you insert data into datacache (on my system it uses sqlite) using a expiration value of forever (GNUNET_TIME_absolute_get_forever()) or otherwise, the insert happens and the return value is successful. However, a get for the same key immediately after fails, so it would appear that the data just isn't really getting stored. Brief checking into the problem revealed that the bloomfilter check which first happens in the get call passes, so at least it remembers the data was put in. Test case in svn after 12129 exhibits this problem. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2010-07-02 18:01 | mrwiggles | New Issue | |
| 2010-07-02 23:23 | Christian Grothoff | Note Added: 0004064 | |
| 2010-07-02 23:23 | Christian Grothoff | Status | new => resolved |
| 2010-07-02 23:23 | Christian Grothoff | Resolution | open => fixed |
| 2010-07-02 23:23 | Christian Grothoff | Assigned To | => Christian Grothoff |
| 2010-07-03 20:55 | Christian Grothoff | Status | resolved => closed |