Details
-
Type:
Incident report
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.8.1, 1.9.0 (alpha)
-
Fix Version/s: 1.8.2, 1.9.0 (alpha)
-
Component/s: Frontend (F)
-
Labels:None
Description
when deleting a node, record for it is added to housekeeper table with node id. housekeeper then deletes this node entry from table 'nodes' later.
problem arises when a node with the same id must be added now - housekeeper nukes the newly added node.
housekeeper should not be used for entries in table 'nodes'.