0chain / blobber

A storage provider (blobber) interface to the blockchain and consumers of storage.
Other
19 stars 23 forks source link

File upload issue on ruby.pickaxe.it blobber #1386

Open iamibadd opened 6 months ago

iamibadd commented 6 months ago

Ref: https://0chain.slack.com/archives/C03ER2LFMEF/p1707611804259019

I keep encountering an error message when attempting to upload larger files to the following allocation:

ALLOCATION ID 6ce5e2101d42fc61e1a421afc3b42e86046846040ce2ce406316048cdbc7e84f

The issue is specific to the [ruby.pickaxe.it] blobber, and it does not occur with my other blobber [gold.pickaxe.it]. Interestingly, some files upload successfully, while others trigger this error message:

```0box-sdk        [ERROR]  2024/01/31 14:48:49.738695 chunked_upload_blobber.go:95: Upload : Post "https://ruby.pickaxe.it/v1/file/upload/6ce5e2101d42fc61e1a421afc3b42e86046846040ce2ce406316048cdbc7e84f": dial tcp: lookup ruby.pickaxe.it: no such host
0box-sdk        [ERROR]  2024/01/31 14:48:49.741781 chunked_upload.go:772: error during sendUploadRequest. Error Post "https://ruby.pickaxe.it/v1/file/upload/6ce5e2101d42fc61e1a421afc3b42e86046846040ce2ce406316048cdbc7e84f": dial tcp: lookup ruby.pickaxe.it: no such host```

It appears the system cannot find the host for [ruby.pickaxe.it] when uploading certain files. Below are the details of the blobbers I am using:

RUBY INFO blobber id: fcd2dc5a9725e7c9b0bbf20826a430dc9712ec631f2f2fa05629d11843e78328 url: https://ruby.pickaxe.it

GOLD INFO blobber id: 0fe736bcd52e6991f9593160fa2b393fe59470086c2800e1366c04a9895fe536 url: https://gold.pickaxe.it

The problem only arises with the Ruby blobber, while the Gold blobber operates as expected. Some files work fine, but others receive the aforementioned error.

Original issue reported in webapps: https://github.com/0chain/web-apps/issues/11456 and https://github.com/0chain/web-apps/issues/11432

iamibadd commented 6 months ago

@panchami-zus please track the issue here