seung-lab / BigArrays.jl

Storing and accessing large Julia array locally or in cloud storage without server.
Apache License 2.0
13 stars 3 forks source link

nosuchkey error could be a real DNS error! #20

Closed xiuliren closed 6 years ago

xiuliren commented 7 years ago

currently, nosuchkey error was handled as missing chunk in the cloud, and filled with zeros. I saw a case that there is nosuchkey error with DNS messages, there exist real data, but was not correctly downloaded.

changed to serial requests works fine now.

xiuliren commented 6 years ago

did not see this error anymore, close for now.