ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

System - Multiple deletion results in dangling edges in graph #395

Closed dvstans closed 4 years ago

dvstans commented 4 years ago

Unknown which exact action caused this problem, but after deleting all records, projects, etc. the graph has numerous dangling edges (owner, admin, and aliases)

dvstans commented 4 years ago

Admin edge was from removal of an admin from a project. The owner edge was for a removed aliases.

dvstans commented 4 years ago

Found & fixed bug in project deletion which was causing an admin edge to be left around. Still lookin for alias problem.

dvstans commented 4 years ago

The alias for a record that was created in one account and moved to a project that is then deleted does not get cleaned-up. Might be owner of alias isn't moved?

dvstans commented 4 years ago

CONFIRMED - alias owner is not transferred to new owner

dvstans commented 4 years ago

Fixed.