-
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
Add SimultaneousTransfers limitation for incoming data transfers from Storage Deals #7030
Comments
@magik6k suspected this is a graphsync bug @hannahhoward We should make sure that test |
Retitled the issue. |
from #7031 (comment)
a better storage deal data transfer incoming queue up control for storage providers to be able to receive large amount of deal transfer without crashing the node would be essential when the demand increases in the newtork |
filecoin-project/go-data-transfer#243 is a stop gap solution for this problem. It's not the ideal design but it may be what we can ship for 1.11.3. |
Let's design and implement an ideal solution after gathering community input - postpone to v1.11.4. |
gathering community input in #7259 |
A miner node got OOM , due to too many transfers (had around 30+ incoming and not stalled, and 2 outgoing) coinciding with the miner doing wdPoSt, resulting in the miner losing all it's power.
As a Storage Service provider, instead of rejecting the deals, ideally, they can have the ability to open the services to the clients, accept the deals and queue them up for processing in order.
Related: Problem #2 in #6861 (comment)
The text was updated successfully, but these errors were encountered: