-
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) Files are left behind on worker even if they have become Active. #8227
Comments
Also seeing the same issue on f08403. All My previous window post also returned 4 of the following errors:
I am currently waiting for my next
|
Nice observation: the big sealing file + duplicate should both go away after ReleaseSectorKey state so this problem is much more temporary than if the sealed files stayed forever. However this is still not great. From @magik6k we need to implement RemoveCopies method on remote worker and call it during finalize to get the correct behavior. There are some existing problems with the |
this is staying in work even after the update activating -> proving, bump the priority., |
The primary sector tracking issue turned out to just be a CLI-side thing: #8320 |
It would be really great if you could grep miner logs for |
Completed Sealing files remain in lotus-miner.log |
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
Usually when you have a sector fail in sealing or get re-assigned to another worker - the files moves, in this case the files stays put on both workers or even 3-5 workers depends on how many you have.
After sealing is done and the deal is active - the files remain on the worker/s.
cache
,sealed
, andunseal
is not cleaned up after snap-up.Even after 900 epoch and deal is active the files are on still on the worker.
The files gets removed from
update
andupdate-cache
This will result in that workers is left with no sealing space.
Logging Information
Repo Steps
The text was updated successfully, but these errors were encountered: