Open RobQuistNL opened 1 year ago
Probably a result of the millions of requests being done:
{"level":"info","ts":"2023-03-11T20:51:56.453Z","logger":"main","caller":"lotus-worker/main.go:522","msg":"Opening local storage; connecting to master"}
{"level":"warn","ts":"2023-03-11T20:51:56.455Z","logger":"main","caller":"lotus-worker/main.go:115","msg":"opening path /mnt/s2/storage0:\n github.com/filecoin-project/lotus/storage/paths.(*Local).open\n /home/filecoinnew/lotus/storage/paths/local.go:236\n - declaring storage in index:\n github.com/filecoin-project/lotus/storage/paths.(*Local).OpenPath\n /home/filecoinnew/lotus/storage/paths/local.go:196\n - RPC client error: sendRequest failed: Post \"http://172.16.0.1:2345/rpc/v0\": context canceled"}
Checklist
Latest release
, the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Lotus component
Lotus Version
Repro Steps
This also happens for the "storage health" reports. Completely useless to send information about a folder that the miner/worker itself already has locally...
Describe the Bug
This is useless because the sectorstore.json tells that the store is already "indexed" and known. The workers don't have to each submit the contents. Enormous waste of I/O.
Logging Information