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
Pulling gzip archives from the main or shuttle through the gateways are currently not working. This poses a problem for third party applications that are expecting to pull raw binary data from the speedier estuary gateways, including the native docker client pulling OCI container layers from IPCR.
@jlogelin I have looked into this, this issue is a case of inline cid. The pin actually exists in shuttle-6, but our blockstore lookup currently does not properly inline cid lookup, it checks for the cid in the blockstore, which will not be there - it is inline.
I will like to work on this, I have pushed it back for too long.
@en0ma This issue is likely a dropped shuttle block, which is still worth checking. I have created another issue around the x-gzip / gzip gateway content delta here, per our conversation today.
10d9e
changed the title
Estuary gateways unable to pull down gzip data
Estuary dropped block from blockstore
Oct 19, 2022
Describe the bug
Pulling gzip archives from the main or shuttle through the gateways are currently not working. This poses a problem for third party applications that are expecting to pull raw binary data from the speedier estuary gateways, including the native
docker
client pulling OCI container layers from IPCR.To Reproduce
Steps to reproduce the behavior:
Working Control Test
Pulling content from the
dweb.link
works finethis will extract the archive successfully
gunzip test.gz
Failing
Using the Estuary gateway fails with
HTTP/1.1 500 Internal Server Error
Extracting archive fails
Expected behavior
See working control test above
Actual behavior
Pulls down corrupted archive
Additional context
This affects any user using the Estuary gateways
The text was updated successfully, but these errors were encountered: