Re: Backup & Restore of Janusgraph Data with Mixed Index Backend (Elastisearch)
Boxuan Li
Yeah, reindexing can be slow in that case. You could try the transaction recovery mechanism as described in https://docs.janusgraph.org/advanced-topics/recovery/#transaction-failure which makes use of write-ahead log and requires a process dedicated to run transaction recovery continuously.
toggle quoted message
Show quoted text
> Can I somehow make Janusgraph respect that and fail the transaction if it can't persist to the indexing backend Unfortunately no. That seems to be a legitimate requirement and even I don’t know why this is not allowed at the moment. You may want to raise a feature request on GitHub, and/or fork JanusGraph and apply that change.
|
|