Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

optimize global pinning recovery request frequency #2177

Open
mortelli opened this issue May 7, 2020 · 0 comments
Open

optimize global pinning recovery request frequency #2177

mortelli opened this issue May 7, 2020 · 0 comments
Assignees
Labels
global pinning experimental implementation of global pinning

Comments

@mortelli
Copy link
Contributor

mortelli commented May 7, 2020

If a chunk in a large file is garbage collected, it is likely most of its chunks are garbage collected as well.

This means that we should limit the number of sent recovery requests in the case of having too many file chunks missing and in need of repair.

Conversely, the pinner should reupload the whole file if receives too many repair requests for chunks that are part of a file within a short period.

@mortelli mortelli added the global pinning experimental implementation of global pinning label May 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
global pinning experimental implementation of global pinning
Projects
None yet
Development

No branches or pull requests

2 participants