filecoin-project / lotus

Reference implementation of the Filecoin protocol, written in Go
https://lotus.filecoin.io/
Other
2.83k stars 1.25k forks source link

WDPost / WinningPost workers are used for transfers of finalized sectors #8547

Closed RobQuistNL closed 2 years ago

RobQuistNL commented 2 years ago

Checklist

Lotus component

Lotus Version

v1.15.2-rc1

Describe the Bug

When running a wdpost and winningpostworker on a machine, I'm suddenly starting to see GET jobs on that machine.

I was expecting these workers to do nothing except wd / winningpost. They should not be used to move sealed sectors from other workers to long term storage.

Logging Information

-

Repo Steps

  1. Run wdpost / winningpostworker
  2. See GET job appear on these workers when finalizing
lanpin commented 2 years ago

wdpost and winpost worker don't attach store path.

RobQuistNL commented 2 years ago

True, I mislooked - but since I started this one I saw some GET's on some machines that I was not expecting. But all is good :)