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

NeoFind Call erroneously attempting to connect to S3 on metadata only retrievals #230

Open
ifadams opened this issue Oct 11, 2024 · 0 comments
Assignees
Labels
Bug Indicates unexpected or undesired behaviors

Comments

@ifadams
Copy link
Contributor

ifadams commented Oct 11, 2024

Describe the bug
Currently, the NeoFind call is erroneously attempting to retrieve an S3 object for metadata only retrievals when it should bypass any data retrieval path.

To Reproduce

Use a NeoFind call with a md_only type, and it should trigger an internal failure and eventually a transaction timeout.

Expected behavior

Bypass storage IO and just return metadata.

Additional context
This appears to be a problem sourced at using a default need_blob method within the neo4jfind class.

@ifadams ifadams added the Bug Indicates unexpected or undesired behaviors label Oct 11, 2024
@ifadams ifadams self-assigned this Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Indicates unexpected or undesired behaviors
Projects
None yet
Development

No branches or pull requests

1 participant