stingergraph / stinger

The STINGER in-memory graph store and dynamic graph analysis platform. Millions to billions of vertices and edges at thousands to millions of updates per second.
http://www.stingergraph.com
Other
210 stars 67 forks source link

Fixing remove self edge deadlock #245

Open jpfairbanks opened 7 years ago

jpfairbanks commented 7 years ago

@robmccoll @robmccoll @robmccoll

Did you write the edge removal code?

ehein6 commented 7 years ago

Duplicate of #205

ehein6 commented 7 years ago

Using git blame, @robmccoll wrote it initially but @sirpoovey modified it most recently to work for in-edges and that's what's causing this issue.