Open utgarda opened 3 years ago
@utgarda first thing first - you need to update your node soon to v1.8.0^ for the network upgrade -> v12, or you will lose sync with the network https://github.com/filecoin-project/lotus/discussions/6084#discussioncomment-663039
@jennijuju thanks for the heads-up! Updated Lotus, the above thing stayed. Should I just remove the sectors, or try to recover them?
I understand this probably wasn't the normal workflow, please advise if I can restore the 3 sectors or if they should be removed.
Describe the problem Had Lotus daemon restarted and syncing for some time while miner kept running, had to remove
.lotus/kvlog
before I was able to get the daemon running again.3 sectors keep
PreCommitWait
state shown forever, with last log lines likeNo local pending transactions.
Version
The output of
lotus --version
.Setup You miner and daemon setup, including what hardware do you use, your environment variable settings, how do you run your miner and worker, do you use GPU and etc.
Everything on one box:
AMD EPYC 7452 (32x2.35 GHz) H11SSL-i-B 8 × 64 GB DDR4 ECC Reg 16 TB HDD SATA, 2 × 480 GB SSD SATA, 3 × 3840 GB SSD NVMe Tesla T4 16 GB GDDR6
Daemon service:
Miner service:
lotus-config.toml.gz lotusminer-config.toml.gz
Commands
lotus-storage-miner sectors pledge
Sectors status
The output of
lotus-miner sectors status --log <sectorId>
for the failed sector(s). sector_20.log.gz sector_21.log.gz sector_22.log.gz lotus-config.toml.gzLotus miner logs miner.log.gz
Lotus miner diagnostic info
lotus-miner info all > allinfo
allinfo.gzCode modifications No modifications