Changelog v0.26.3

1 Like

I pay you attention for storage2.max-concurrent-requests on config.yaml again.

I commented this line on config.yaml but default value is not unlimited and I have rejected pieces:

image

docker logs storagenode 2>&1 | grep "reje"
2019-11-25T07:40:22.831Z ERROR piecestore upload rejected, too many requests {"live requests": 8}

So, this change is not working.

1 Like

my nodes haven’t updated? Is there an issue?

I get this when trying to update (current version 0.26.2)

alpha: Pulling from storjlabs/storagenode
Digest: sha256:311d4f2d8b57b02d9dafd0c4b15c06d1aec84756211ed6b7e57a7e01949286ef
Status: Image is up to date for storjlabs/storagenode:alpha
dac528f62f38cd98c2a479842f9ff3b95d1d4d633cac17648813fd9d4125ceb5

The tags don’t seem to have been updated for this release. Beta still points to v0.26.2

The only update mentioned for storagenode is:

  • storagenode/updater: read identity location from storagenode’s config.yaml (#3607)

That only applies to windows nodes, so I’m guessing there is no update for docker nodes.

1 Like

Can someone have a look over here: Still Offline

Unlimited for dRPC requests. For backwards compatibility the default for gRPC is still there. And we better keep it that way because gRPC is able to kill storage nodes.

1 Like

Thanks a lot @littleskunk!
Now it completely clear for me.