Svante Schubert created TINKERPOP-2008: ------------------------------------------
Summary: GraphML import / export causing duplicated edge IDs Key: TINKERPOP-2008 URL: https://issues.apache.org/jira/browse/TINKERPOP-2008 Project: TinkerPop Issue Type: Bug Reporter: Svante Schubert Attachments: input_table_table.graphml, input_table_table.kryo, output__in_table-table_graphml.graphml, output__in_table-table_kyro.graphml I could only reproduce the problem of duplicated IDs in the graph output after a query on the Gremlin console if it was a larger/complex input file and only if both GraphML import and export were being used. If I loaded the file as identical Gryo file the export was without duplication. I assume there are some thresholds/memory dumps where you might compare the RTM. There 7 edges with duplicate IDs in the following lines of the attached file 'output__in_table-table_graphml.grapml Line 736: Duplicate unique value [370] declared for identity constraint "edge_id_unique" of element "graph". Line 758: Duplicate unique value [374] declared for identity constraint "edge_id_unique" of element "graph". Line 783: Duplicate unique value [378] declared for identity constraint "edge_id_unique" of element "graph". Line 797: Duplicate unique value [382] declared for identity constraint "edge_id_unique" of element "graph". Line 818: Duplicate unique value [386] declared for identity constraint "edge_id_unique" of element "graph". Line 854: Duplicate unique value [390] declared for identity constraint "edge_id_unique" of element "graph". Line 887: Duplicate unique value [400] declared for identity constraint "edge_id_unique" of element "graph". -- This message was sent by Atlassian JIRA (v7.6.3#76005)