uzh / triplerush

A distributed in-memory graph store.
Apache License 2.0
31 stars 11 forks source link

Increase resilience of triple addition #46

Closed singhakanksha closed 8 years ago

singhakanksha commented 8 years ago

Currently if there is a failure during a triple addition, then the future behaviour of TripleRush is currently unspecified. We should propagate failures to the caller and allow the caller to retry an operation.