ethersphere / swarm

Swarm: Censorship resistant storage and communication infrastructure for a truly sovereign digital society
https://swarm.ethereum.org/
GNU Lesser General Public License v3.0
488 stars 110 forks source link

Files from specific sizes instantly disappear after encryption #2211

Open NicolasKritter opened 4 years ago

NicolasKritter commented 4 years ago

The retreiving process fail with 404 when requesting encrypted files with certain size (trying to retreive from the same node or other node) but not with other size

It failed with these size

However, it work with all other size (even 16 054 ko and 16 454 ko)

--> An encrypted zip with size from 16.1M to 16.4M diseappear instantly ?

Notes:

System information

Version: 0.5.7-stable Go Version: go1.13.3 OS: linux Ubuntu 18 server full node (not tested on lightnode)

Expected behaviour

Retreiving the content when sending a request to the localhost api

Actual behaviour

Geting a 404 error when getting file (even instantly after uploading it on the same node)

Steps to reproduce the behaviour

curl localhost:8500/bzz:/$hash/ -o result.zip

Backtrace

Code: 404
Message: file not found bzz:/... (hash) .../: no suitable peer
NicolasKritter commented 4 years ago

After another issue today, we have the same problem with 49 136 Ko files but not 49 236 ko files