Caused by: reactor.core.Exceptions$ReactiveException: io.netty.channel.unix.Errors$NativeIoException: readAddress(..) failed: Connection reset by peer
at reactor.core.Exceptions.propagate(Exceptions.java:392)
at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:97)
at reactor.core.publisher.Mono.block(Mono.java:1703)
at com.azure.storage.common.implementation.StorageImplUtils.blockWithOptionalTimeout(StorageImplUtils.java:128)
at com.azure.storage.blob.specialized.BlobClientBase.downloadToFileWithResponse(BlobClientBase.java:903)
at com.azure.storage.blob.specialized.BlobClientBase.downloadToFileWithResponse(BlobClientBase.java:873)
at com.azure.storage.blob.specialized.BlobClientBase.downloadToFile(BlobClientBase.java:802)
Which service(blob, file, queue, table) does this issue concern?
blob
Which version of the SDK was used?
What problem was encountered?
During downloading a big file(3GB) using this code:
This error occurs:
Have you found a mitigation/solution?
No. Just looking for it.