Re: Graph corruption?
Kevin Schmidt
Joe, See https://groups.google.com/g/janusgraph-users/c/foaqfG-MB5E/m/tsNnkhPtBwAJ for a discussion on perhaps the same issue you are running into. Long story short, it appears you have a unique index, but if you are using locking you can end up with duplicates, but using locking slows things down. If possible, reorganize things or your traversals so you don't rely on the graph to enforce the unique index. Kevin On Mon, Jun 27, 2022 at 1:44 PM Joe Obernberger <joseph.obernberger@...> wrote: Hi all - I'm seeing this from a recent graph I built: |
|