-
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
Available sectors get upgraded to UpdateReplica sectors with no deals, when deals are ready to be added to sectors #8686
Comments
Started the reproduction here. It will take a couple of hours. @nonsense may I get the full log of each sector that failed the upgrade?
Thank you ! |
Also did you have 2 |
|
|
No, I don't think so. |
Thanks - nothing wrong in those sectors logs. |
24/h in still not able to reproduce here - Im going to let it run over the weekend. |
I've had it happen again over last night. |
Thanks for the update, that confirms that it wasnt a one time thing and its bound to happen here at some point - will keep at it and look for a cause ! |
Tried to reproduced this using
I will retain these config settings for the time being and update this thread if I encounter the same issues over the next few days. |
This continues to happen on my end with Sometimes I have to
before I get snap deals sectors with deals in them. |
Hi @nonsense, sorry to hear you are still seeing this! This is a tough one to figure out. We haven't had any other reports of this at all and we're unable to repro the same issue at our end. I will certainly keep the ticket active in the event we get more reports and update accordingly. Many thanks!! |
I upgraded to |
I am afraid this is still happening on v1.16.0 |
This is still happening on v1.17.0 We are still getting stuck sectors in Lotus, and it is certainly NOT because of lack of Once I notice this happening, I restart |
Many thanks for the update Anton!! 🙏 |
Here is a log from the last sector that got blocked and I aborted its upgrade:
|
Just started to happen to me too...
Sector status:
|
|
@magik6k one more thing. Some sectors stuck in SnapDealsWaitDeals because of not enough experation time. Maybe we could add variable for time buffor and not assign sectors for deals which expire in less than: deal time + buffor time? Or maybe it's implemented already and I dont know about it? |
@magik6k When will this bug get sorted? |
Yes, this is indeed happening... a workaround is to have a cron job that extends sectors automatically... here is what I use: https://gist.github.com/nonsense/e0b3d2424a094f4c9ab43d8f4f2ac5d3 -- hope it is helpful. |
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
Our
sofiaminer
has been configured with:Today we noticed that 4 deals (each ~14GiB) were blocked in
Adding to sector
state, and sealing pipeline was blocked with 2 sectors:Those two sectors got created from
Available
sectors and theirexpiration epochs
are after the 4 deals end epochs (i.e. the deals fit in these 2 sectors).It is not clear why the sectors got into
UpdateReplica
states without the deals inside them.After
abort
ing the upgrade on these 2 sectors, 2 new sectors (fromAvailable
state) got upgraded, and successfully added the 4 deals to them and sealed properly intoUpdateActivating
state.Logging Information
Broken
UpdateReplica
sectors with no deals:I trigger abort upgrade on the 2 sectors from above, and the deals got added to the new sectors (around 13:00 timestamp):
Logs from
lotus-worker
Repo Steps
.
The text was updated successfully, but these errors were encountered: