Project

General

Profile

Bug #7024

Updated by François ARMAND over 8 years ago

I tried to accept two nodes at once.  
 Both appears in the "history" panel as "accepted". But only one is displayed in the list of node.  

 Clear cache make the second node appears. Most likelly, adding a new inventory for the missing node will resolve the issue to (but can't have been tested).  

 ==> cache for node should have been invalidated but wasn't. It may be due to the timing (race condition) between the time when we look is new nodes appeared and when we invalidate the cache (ie: "ho, ONE new node ! Clear Cache ; [here the second node appears] ; update the time of last clean cache" => second node never seen.  


 The bug was discovered in 3.1, but it must be in 3.0 to.  

 Note: it is not always reproducible, so likelly to be some race condition.

Back