Open mdzz9527 opened 11 months ago
It seems to be a transaction problem. In TuGraph-DB, each cypher query is executed in a single transaction.
Could you provide the snippets to reproduce this case? There would be two snippets for the two processes.
Bugs in JAVA-OGM load, loadAll, query and other query methods. After querying the vertex, other connection points cannot be obtained through this point; if data writing and querying are performed in the same process, other point relationships are obtained; if the query is performed in a separate process, it cannot be obtained.