-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fast retrieval #2123
Comments
Markets Sub Issue: filecoin-project/go-fil-markets#285 Maybe that goes in a todo list for this ticket? |
Proposed Intra-component designInitiating Fast Retrieval In Lotus SoftwareWhen proposing a storage deal, the The default value for fast retrieval is TBD
Markets accepts fast retrieval parameter
Accepting a deal with fast retrievalBy default, whether or not a deal requests fast retrieval will not effect whether it's accepted in Markets code. However, this can be changed through custom deal decision logic HandoffWhen provider publishes a deal, it calls If the attribute is set, SectorBlocks will not delete the unsealed sector once a sealed sector is written. RetrievalFast retrieval is transparent from the point of view of the markets code and command line. The only change is when SectorManager.ReadPiece is called, it will run quickly assuming the unsealed sector is still there. |
I'd think the default value should be "no", but I'm curious to hear other people's thoughts. Regardless, I think this is one of those values that every client has to think about, so the default isn't as important (if you're happy to just go with "whatever it does automatically" for whether you ask miners to store a bunch of extra data, you're doing something wrong). |
I think the default should be My order of preference for default values would be:
(@pooja for the product side perspective as well) |
Finalized in #2323 |
Cross-component task: Miners can optionally store an extra, unsealed, copy of the data for fast retrieval. Needs work on Lotus, markets, and storage miner.
The text was updated successfully, but these errors were encountered: