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

Issues with GafferPop's GetAllElements limitting on proxy stores #3209

Closed
tb06904 opened this issue May 13, 2024 · 0 comments · Fixed by #3214
Closed

Issues with GafferPop's GetAllElements limitting on proxy stores #3209

tb06904 opened this issue May 13, 2024 · 0 comments · Fixed by #3214
Assignees
Labels
bug Confirmed or suspected bug proxy-store Specific to/touches the proxy-store module tinkerpop Specific to/touches the tinkerpop module
Milestone

Comments

@tb06904
Copy link
Member

tb06904 commented May 13, 2024

Describe the bug
This was found testing some of the standard gremlin queries but via the proxy store, there is essentially three smaller but related issues.

  • Proxy store can't accept operation chains that have unmodifiable options or null options this needs making more robust.
  • The GafferPopGraphStep doesnt actually run the right vertex() method on the graph class due to it wrapping the array in a list which pushes it to an override method.
    The apache utils method for checking the size of the returned iterator seems to have casting issues from LinkedList to Element when using proxy store this could be some deserialisation issue
@tb06904 tb06904 added bug Confirmed or suspected bug proxy-store Specific to/touches the proxy-store module tinkerpop Specific to/touches the tinkerpop module labels May 13, 2024
@tb06904 tb06904 self-assigned this May 13, 2024
@tb06904 tb06904 linked a pull request May 15, 2024 that will close this issue
GCHQDeveloper314 pushed a commit that referenced this issue May 29, 2024
* prevent null operation options

* fix graph step and additional opchain nesting

* add work around for deserialiser
@GCHQDeveloper314 GCHQDeveloper314 added this to the v2.3.0 milestone Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed or suspected bug proxy-store Specific to/touches the proxy-store module tinkerpop Specific to/touches the tinkerpop module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants