Graceful Exit. failed to put piece. “error”: "protocol: context canceled; context canceled"

failed to put piece. {“Satellite ID”: “1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE”, “Piece ID”: “B22N5OEGIOL5VYGKKNL6SRJWQWJYBSPR3EPM3ZU4XH3SA7IPTQHA”, “error”: “protocol: context canceled; context canceled”, “errorVerbose”: “protocol: context canceled; context canceled\n\tstorj.io/uplink/private/piecestore.(*Upload).Write:180\n\tbufio.(*Writer).Flush:591\n\tbufio.(*Writer).Write:627\n\tstorj.io/uplink/private/piecestore.(*BufferedUpload).Write:32\n\tstorj.io/uplink/private/piecestore.(*LockingUpload).Write:60\n\tio.copyBuffer:407\n\tio.Copy:364\n\tstorj.io/common/sync2.Copy:22\n\tstorj.io/uplink/private/piecestore.(*Client).UploadReader:76\n\tstorj.io/uplink/private/ecclient.(*ecClient).PutPiece:243\n\tstorj.io/storj/storagenode/gracefulexit.(*Worker).transferPiece:256\n\tstorj.io/storj/storagenode/gracefulexit.(*Worker).Run.func2:111\n\tstorj.io/common/sync2.(*Limiter).Go.func1:43”}
2020-09-24T07:56:59.183Z ERROR gracefulexit:chore failed to transfer piece. {“Satellite ID”: “1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE”, “error”: “protocol: context canceled; context canceled”, “errorVerbose”: “protocol: context canceled; context canceled\n\tstorj.io/uplink/private/piecestore.(*Upload).Write:180\n\tbufio.(*Writer).Flush:591\n\tbufio.(*Writer).Write:627\n\tstorj.io/uplink/private/piecestore.(*BufferedUpload).Write:32\n\tstorj.io/uplink/private/piecestore.(*LockingUpload).Write:60\n\tio.copyBuffer:407\n\tio.Copy:364\n\tstorj.io/common/sync2.Copy:22\n\tstorj.io/uplink/private/piecestore.(*Client).UploadReader:76\n\tstorj.io/uplink/private/ecclient.(*ecClient).PutPiece:243\n\tstorj.io/storj/storagenode/gracefulexit.(*Worker).transferPiece:256\n\tstorj.io/storj/storagenode/gracefulexit.(*Worker).Run.func2:111\n\tstorj.io/common/sync2.(*Limiter).Go.func1:43”}

Getting this error any issue with that?

Also getting this

storj.io/common/sync2.(*Limiter).Go.func1:43"}
2020-09-24T07:59:23.559Z ERROR gracefulexit:chore failed to transfer piece. {“Satellite ID”: “12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S”, “error”: “protocol: expected piece hash; storage node overloaded, request limit: 10”, “errorVerbose”: “protocol: expected piece hash; storage node overloaded, request limit: 10\n\tstorj.io/storj/storagenode/gracefulexit.(*Worker).Run.func2:115\n\tstorj.io/common/sync2.(*Limiter).Go.func1:43”}

This is what I mean in your other message:

So, better to return back to default. Obviously your hardware is not capable.

1 Like

this is from default configuration only what should be the decent hardware configuration?
its ssd with 2 cpu and 4gb ram

@Alexey

with limit again set to 5 getting this error

2020-09-24T08:26:43.530Z ERROR gracefulexit:chore failed to transfer piece. {“Satellite ID”: “12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs”, “error”: “protocol: expected piece hash; storage node overloaded, request limit: 5”, “errorVerbose”: “protocol: expected piece hash; storage node overloaded, request limit: 5\n\tstorj.io/storj/storagenode/gracefulexit.(*Worker).Run.func2:115\n\tstorj.io/common/sync2.(*Limiter).Go.func1:43”}

Try to check:
lspci | grep net
and
egrep "CPU0|eth0" /proc/interrupts

Please replace eth0 with your adapter name.

So, your adapter is “single-threaded” and can’t transfer data so fast to multiple batches of storage nodes. The most of errors you post are on the remote side, just ignore it, GE workers take care about it.

1 Like

Also, I see that it VM…and you should take care of neighbors on your host, because they also take network and CPU resources :wink:

Okay got it …:slight_smile: thanks for this new thing i didn’t know

1 Like

Yes but it’s dedicated VM