Skip to content
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

Misleading vertices returned in Gremlin #3340

Closed
tb06904 opened this issue Nov 25, 2024 · 0 comments · Fixed by #3341
Closed

Misleading vertices returned in Gremlin #3340

tb06904 opened this issue Nov 25, 2024 · 0 comments · Fixed by #3341
Labels
bug Confirmed or suspected bug tinkerpop Specific to/touches the tinkerpop module
Milestone

Comments

@tb06904
Copy link
Member

tb06904 commented Nov 25, 2024

Describe the bug
When doing a seeded vertex query via Gremlin due to the limit and the search for orphaned vertices a misleading number can be returned if there are lots of edges. e.g. if the limit was 100 and you seeded for 100 vertices you may not get 100 back as there might be edges in the result.

@tb06904 tb06904 added bug Confirmed or suspected bug tinkerpop Specific to/touches the tinkerpop module labels Nov 25, 2024
@tb06904 tb06904 added this to the 2.4.0 milestone Nov 25, 2024
@tb06904 tb06904 linked a pull request Nov 26, 2024 that will close this issue
wb36499 pushed a commit that referenced this issue Dec 2, 2024
* make orphaned search optional and increase limit

* testing updates

* typo

* sonar fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed or suspected bug tinkerpop Specific to/touches the tinkerpop module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant