-
Notifications
You must be signed in to change notification settings - Fork 89
Pending offer never reduce because of mirrors #485
Comments
I was farming this night with 12 concurrency and a connection limit of 50. |
Increased limit to 500. This time I didn't hit the limit but at the end the same problem. I also noticed that my pending offers increase but no data channel. Even the sending OFFER is missing. -> Mirror can't be the reason I will run some more tests to find the pattern :) |
Found it. We added a new error |
Reduced my connection limit to 50 and installed that fix. Now my node is stable. The offer count gets down to 0 and I can accept new contracts. |
Workaround hotfix |
nice! good find. |
Package Versions
Replace the values below using the output from
npm list storj
. Usenpm list -g storj
if installed globally.Replace the values below using the output from
node --version
.Expected Behavior
Please describe the program's expected behavior. Include an example of your
usage code in the back ticks below if applicable.
Sooner or later the pending offer should be finished or timed out. Time to send new OFFER.
Actual Behavior
Please describe the program's actual behavior. Please include any stack traces
or log output in the back ticks below.
At the beginning everything is working fine. I get a few shards. Pending offer increase and decrease.
As soon as I hit connection limit my node will stop working. It will stay on max pending offer and send no new OFFER message.
Last OFFER send 22:22:16
8 pending offer for more than one hour?
At the same time I hit the connection limit.
My node is running with a limit of 150 connections. If I set it down to 50 I can reproduce the issue very fast. My node will open 8 datachannel, transfer the shards, hit the connection limit and than nothing for the next few hours.
Steps to Reproduce
Please include the steps the reproduce the issue, numbered below. Include as
much detail as possible.
The text was updated successfully, but these errors were encountered: