Update Node to 1.82.1 and error after 24 hours

I have update one of my node for test the new version of storj node software (Windows). After 24 hours the node is always online but it not download or upload files. I see into log file this error.

2023-07-01T15:23:25.516+0200 ERROR piecestore:cache error getting current used space: {“error”: “filewalker: context canceled; filewalker: context canceled”, “errorVerbose”: “group:\n— filewalker: context canceled\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkSatellitePieces:69\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatellite:74\n\tstorj.io/storj/storagenode/pieces.(*Store).SpaceUsedTotalAndBySatellite:718\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run:57\n\tstorj.io/storj/private/lifecycle.(*Group).Run.func2.1:87\n\truntime/pprof.Do:44\n\tstorj.io/storj/private/lifecycle.(*Group).Run.func2:86\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:75\n— filewalker: context canceled\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkSatellitePieces:69\n\tstorj.io/storj/storagenode/pieces.(*FileWalker).WalkAndComputeSpaceUsedBySatellite:74\n\tstorj.io/storj/storagenode/pieces.(*Store).SpaceUsedTotalAndBySatellite:718\n\tstorj.io/storj/storagenode/pieces.(*CacheService).Run:57\n\tstorj.io/storj/private/lifecycle.(*Group).Run.func2.1:87\n\truntime/pprof.Do:44\n\tstorj.io/storj/private/lifecycle.(*Group).Run.func2:86\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:75”}

You have any explain for this error?

The log is not accessible and i first stop and start the service and after i have the possbility of access to file.

After restart of service i see that is all normal.

Thanks in advance

You are trying to use a beta version which is not correct. The latest stable version is 1.81.3, and is still being rolled out. Please use the updater service to let storj update your node at the correct time, not run updates manually.

2 Likes

Usually such errors means that your disk subsytem cannot keep up.
If this is Windows GUI, then you may first try to defrag your disk with data and does not disable the automatic defrag task for this disk.

2 Likes

Defrag my disk and it’s all ok now. thanks a lot.

1 Like