Multiple entries with same key exception #2281
Replies: 5 comments
-
@LoverAndrew Can you give a code example using gremlin which can reproduce this bug? |
Beta Was this translation helpful? Give feedback.
-
Actually, I used Apache Atlas to create typeDefs using RestAPI(/v2/types/typedefs) , after do create, delete , create, then fiailed to delete it, the finally exception coming from Janusgraph. also failed to delete it using gremlin g.V().has('__type_servicetype','government').drop(). I will try to trace the final request data from Atlas to JanusGraph later. The attached file is the request API. |
Beta Was this translation helpful? Give feedback.
-
Yeah that will be helpful. I presume most people here don't know much about Atlas. |
Beta Was this translation helpful? Give feedback.
-
Hey @LoverAndrew, It doesn't look like an issue with Janusgraph but one with Atlas. I faced the same issue which made me land on this thread, I think I've found the cause for the issue. Here's how this can be reproduced.
Atlas is now in an unusable state, and all writes to Janusgraph now fail. So, it looks like Atlas doesn't support deleting Business Metadata |
Beta Was this translation helpful? Give feedback.
-
This issue has been converted to GitHub discussion. If we can reproduce it in JanusGraph using gremlin, we can open a new bug issue. |
Beta Was this translation helpful? Give feedback.
-
Stack Trace (if you have one)
Beta Was this translation helpful? Give feedback.
All reactions