Skip to content
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) snap-up deal files does not move to long term storage, stays in sealing path. #8012

Closed
9 of 18 tasks
Reiers opened this issue Jan 30, 2022 · 1 comment · Fixed by #8018
Closed
9 of 18 tasks
Assignees
Labels
Milestone

Comments

@Reiers
Copy link

Reiers commented Jan 30, 2022

Checklist

  • This is not a security-related bug/issue. If it is, please follow please follow the security policy.
  • This is not a question or a support request. If you have any lotus related questions, please ask in the lotus forum.
  • This is not a new feature request. If it is, please file a feature request instead.
  • This is not an enhancement request. If it is, please file a improvement suggestion instead.
  • I have searched on the issue tracker and the lotus forum, and there is no existing related issue or discussion.
  • I am running the 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.
  • I did not make any code changes to lotus.

Lotus component

  • lotus daemon - chain sync
  • lotus miner - mining and block production
  • lotus miner/worker - sealing
  • lotus miner - proving(WindowPoSt)
  • lotus miner/market - storage deal
  • lotus miner/market - retrieval deal
  • lotus miner/market - data transfer
  • lotus client
  • lotus JSON-RPC API
  • lotus message management (mpool)
  • Other

Lotus Version

Daemon:  1.14.0-rc5+butterflynet+git.40485eb88+api1.5.0
Local: lotus version 1.14.0-rc5+butterflynet+git.40485eb88

Describe the Bug

Deal/sector files stays on your sealing disk, even after upgrading and the sector has gone back to proving.

In these folders:

unsealed  
update  
update-cache

Even with fast retrieval on the files does not transfer to unsealed folder to you long term storage.

Logging Information

/Sealing_Path/update-cache$ ls
s-t01012-23  s-t01012-24  s-t01012-28  s-t01012-31  s-t01012-35

/Sealing_Path/update$ ls
s-t01012-23  s-t01012-24  s-t01012-28  s-t01012-31  s-t01012-35

/Sealing_Path/unsealed$ ls
fetching  s-t01012-23  s-t01012-24 s-t01012-28 s-t01012-31  s-t01012-35

ID  State    OnChain  Active  Expiration                    Deals
23  Proving  YES      YES     1602959 (in 1 year 24 weeks)  1 
24  Proving  YES      YES     1602959 (in 1 year 24 weeks)  1 
28  Proving  YES      YES     1602959 (in 1 year 24 weeks)  1
31  Proving  YES      YES     1602959 (in 1 year 24 weeks)  1 
35  Proving  YES      YES     1602959 (in 1 year 24 weeks)  1

Repo Steps

  • lotus-miner sectors snap-up sectornumb
  • Let it seal
  • Files stays in sealing path

Expected behavior: deal/sector files moves to long term storage.

@jennijuju jennijuju added this to the v1.14.0 milestone Jan 31, 2022
@jennijuju jennijuju added the P0 P0: Critical Blocker label Feb 1, 2022
@jennijuju
Copy link
Member

missing finalize

while implementing this might also consider the FinalizeEarly option mentioned in #8011 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants