-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(SnapDeals) Sector get stuck because it want to assign the miner for PR2 //SectorProveReplicaUpdateFailed #8226
Comments
|
I built Calibnet environment and tried the snap-deal but I've got he same error. Already enable the AllowReplicaUpdate = true AllowProveReplicaUpdate2 = true AllowRegenSectorKey = true Got the snap-deal sector with ProveReplicaUpdate but changed continuously into ReplicaUpdateFailed Worker
Miner Log
Sector Log
Then to stop the logging error continuously, need to abort the snap-deal upgrade using command What is missing? |
So after some more reproducing on latest tag - the scheduler still assigns workers that have these flag set to false: and it want the miner to perform even though everything is set to false in Example
Miner log:
Both amd-worker and amd-miner does not have the flags set to do the job, but still it tries. Could be minutes, or hours. This will loop over and over again until it finds the correct workers. Expected behaviorOnly assagin the workers that have these flags set to true: Lotus version
cc: @magik6k |
Checklist
Latest release
, or 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
Describe the Bug
I have set everything to false in the miner
config.toml
- but the scheduler want to assign the miner anyway and sector get stuck in a loop. The only option is toabort-upgrade
. and it goes without saying - you will lose the deal.Here is worker ID for the miner, so we can see that in corresponds with the logs below.
Logging Information
Repo Steps
snap-up sectors - have everything set to false on the miner (sealing), and wait suddenly one sector will get assign to miner and it will get stuck.
The text was updated successfully, but these errors were encountered: