View Issue Details

IDProjectCategoryView StatusLast Update
0001578GNUnetdatacache librarypublic2010-07-03 20:55
Reportermrwiggles Assigned ToChristian Grothoff  
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0001578: Datacache inserts data with forever as expiration, but gets fail
DescriptionIf 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.
TagsNo tags attached.

Activities

Christian Grothoff

2010-07-02 23:23

manager   ~0004064

Fixed in 12142.

Issue History

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