You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: