-
Notifications
You must be signed in to change notification settings - Fork 617
StackOverflowError more than 20+ node with custom query #2583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for reporting your problem. |
I think, I figured it out to reproduce the StackOverflowError. |
@meistermeier Thanks for you work. Sorry to forget paster my data. You can contact me if you need anything. Below is my create cql. Thanks for you help again.
|
Thanks a lot. This is really helpful to double-check that the (future) fix will care for your and my scenario. |
I think I found the part where it fails and fixed it. SDN get's into a "Ping-Pong" situation where it always switches between the very same two nodes for mapping until the StackOverflowError occurs. Could you give version
If not already done, you have to add the VMware's snapshot repository:
|
@meistermeier Thank you, the new snapshot version is normal. |
Thanks for your feedback. I just have to add some more testing around the solution and then this will get merged for the next version. |
Accept maximum of two iterations for a relationship before it gets removed from the candidate list.
Accept maximum of two iterations for a relationship before it gets removed from the candidate list. Closes #2583
Issue
Error
when use custom query(descipted below), and query more than 20+ nodes data,
Env config
Entity Code
Node Class TxjmNodeEntity
RelationshipProperties Class TxjmEdgeEntity
Neo4jRepository Class TxjmNodeEntityRepository
The text was updated successfully, but these errors were encountered: