Actions
Idea #8061
closed[Keep] keepstore checks if a GET client is still there before loading a block, and before sending it
Status:
Duplicate
Priority:
Normal
Assigned To:
-
Category:
Keep
Target version:
-
Start date:
12/18/2015
Due date:
Story points:
-
Description
If keepstore gets very backlogged handling requests, it can get into a death spiral where, when it's ready to service a new request, the client has already hung up. Right now keepstore still loads the block and tries to send it in this case, sustaining the backlog and wasting resources. Check whether the client is still connected before servicing these requests.
Related issues
Actions