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

error while saving to Google Cloud Storage #18

Closed xiuliren closed 7 years ago

xiuliren commented 7 years ago
catch an error while saving in BigArray: MbedTLS error code -29312: SSL - The connection indicated an EOF
typeof(e) = MbedTLS.MbedException
stacktrace() = StackFrame[ in macro expansion at show.jl:218 [inlined], in macro expansion at base.jl:157 [inlined], in (::BigArrays.##26#28{BigArrays.Coding.RawCoding,Float32,BigArrays.BigArray{GSDicts.GSDict,Float32,4,BigArrays.Coding.RawCoding},Array{Float32,4}})() at task.jl:360]
xiuliren commented 7 years ago

@wongwill86 the random small test works. https://github.com/seung-lab/BigArrays.jl/blob/master/test/backends/gs.jl

xiuliren commented 7 years ago

this is due to too many request was sent to Google Cloud Storage server, after removing the async part and make it serial, this error is gone.