storj-archived / core

Deprecated. Implementation of the Storj v2 protocol for Node.js.
https://storj.io
Other
396 stars 88 forks source link

Mirror Creation Channels never get closed #768

Closed stefanbenten closed 5 years ago

stefanbenten commented 6 years ago

Package Versions

Replace the values below using the output from npm list storj. Use npm list -g storj if installed globally.

daemon: v5.3.1
core: v8.7.2

Replace the values below using the output from node --version.

v8.9.0

Expected Behavior

After receiving a shard the farmer needs to mirror his shard. In an optimal environment a channel is opened between two farmers and the transfer is done as quickly as possible to get available transfer channels back.

Actual Behavior

A Farmer opens a transfer channel but never transfers any data. There is no minimum transfer speed or timeout on the receiving end to close it after a certain time. The only way to get those channels back is to restart the farmer node. With a default of 4 concurrent connections, many nodes will enter this state and denying every incoming alloc and thus leading to decrease in reputation. The following code lines are an excerpt of a farmer node:

Too Many Active Transfers Log ```js Line 391: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T21:13:54.657Z"} Line 425: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T21:14:24.691Z"} Line 839: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T21:27:50.998Z"} Line 1135: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T21:36:17.872Z"} Line 1181: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T21:38:23.346Z"} Line 1236: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T21:40:56.071Z"} Line 1403: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T21:45:38.084Z"} Line 1550: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T21:49:08.288Z"} Line 1876: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T22:02:55.629Z"} Line 2009: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T22:08:07.111Z"} Line 2309: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T22:20:54.520Z"} Line 2386: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T22:23:02.952Z"} Line 2413: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T22:23:23.705Z"} Line 2486: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T22:27:21.992Z"} Line 2591: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T22:32:29.053Z"} Line 2693: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T22:35:38.800Z"} Line 2861: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T22:44:26.968Z"} Line 3096: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T22:52:51.650Z"} Line 3460: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T23:06:13.307Z"} Line 3757: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T23:19:28.317Z"} Line 3891: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T23:25:05.123Z"} Line 4138: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T23:35:22.002Z"} Line 4243: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T23:40:35.677Z"} Line 4378: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T23:49:00.474Z"} Line 4490: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T23:56:45.145Z"} Line 4507: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T23:58:12.276Z"} Line 4521: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-08T23:58:23.780Z"} Line 4574: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T00:00:29.120Z"} Line 4590: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T00:01:28.358Z"} Line 4602: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T00:02:26.718Z"} Line 4691: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T00:07:56.933Z"} Line 4965: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T00:22:16.439Z"} Line 5489: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T00:50:04.140Z"} Line 5644: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T00:56:32.775Z"} Line 5735: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T01:03:02.334Z"} Line 5879: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T01:10:09.320Z"} Line 6080: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T01:22:31.232Z"} Line 6239: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T01:28:28.601Z"} Line 6244: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T01:28:49.000Z"} Line 6496: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T01:36:54.550Z"} Line 6803: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T01:55:27.525Z"} Line 6837: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T01:56:48.519Z"} Line 6922: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T02:02:54.331Z"} Line 6974: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T02:04:50.805Z"} Line 7145: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T02:11:59.149Z"} Line 7415: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T02:27:11.079Z"} Line 7419: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T02:27:24.135Z"} Line 7588: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T02:39:31.021Z"} Line 7601: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T02:41:57.156Z"} Line 7769: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T02:54:28.639Z"} Line 7817: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T02:56:46.127Z"} Line 7870: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T03:03:20.960Z"} Line 7896: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T03:04:18.817Z"} Line 7958: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T03:06:31.958Z"} Line 7980: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T03:07:53.261Z"} Line 8022: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T03:09:33.957Z"} Line 8066: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T03:10:24.079Z"} Line 8154: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T03:12:32.362Z"} Line 8158: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T03:13:06.773Z"} Line 8235: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T03:17:17.295Z"} Line 8818: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T03:38:08.793Z"} Line 8822: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T03:38:24.463Z"} Line 8830: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T03:39:35.343Z"} Line 9473: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T03:59:21.556Z"} Line 9545: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T04:03:45.782Z"} Line 9561: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T04:04:16.691Z"} Line 9618: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T04:06:26.366Z"} Line 9622: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T04:06:27.406Z"} Line 9831: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T04:12:16.100Z"} Line 9863: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T04:13:29.746Z"} Line 9897: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T04:14:30.598Z"} Line 10059: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T04:18:45.951Z"} Line 10074: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T04:18:58.892Z"} Line 10239: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T04:26:19.976Z"} Line 10254: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T04:27:36.501Z"} Line 10386: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T04:33:28.538Z"} Line 10555: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T04:35:50.869Z"} Line 10712: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T04:39:37.363Z"} Line 10795: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T04:41:18.363Z"} Line 10921: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T04:43:46.540Z"} Line 11449: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T04:59:53.412Z"} Line 11583: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:03:50.268Z"} Line 11609: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:04:04.496Z"} Line 11744: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:08:05.203Z"} Line 11801: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:09:37.143Z"} Line 11875: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:11:17.159Z"} Line 11984: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:15:07.457Z"} Line 12271: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:22:26.971Z"} Line 12358: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:25:09.438Z"} Line 12439: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:29:20.002Z"} Line 12510: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:32:32.352Z"} Line 12522: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:32:46.603Z"} Line 12606: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:37:22.593Z"} Line 12615: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:38:35.100Z"} Line 12750: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:48:25.733Z"} Line 12974: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:53:57.757Z"} Line 12982: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:54:31.857Z"} Line 12988: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:55:19.663Z"} Line 13014: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:56:25.952Z"} Line 13023: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:57:39.072Z"} Line 13053: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T05:59:14.902Z"} Line 13255: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T06:06:46.729Z"} Line 13496: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T06:18:04.294Z"} Line 13534: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T06:19:33.723Z"} Line 13606: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T06:21:25.025Z"} Line 13659: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T06:23:19.906Z"} Line 13685: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T06:23:47.695Z"} Line 13710: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T06:26:42.014Z"} Line 13722: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T06:27:53.577Z"} Line 13936: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T06:34:50.726Z"} Line 13987: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T06:35:27.156Z"} Line 14020: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T06:36:51.883Z"} Line 14047: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T06:38:33.229Z"} Line 14259: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T06:50:59.556Z"} Line 14304: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T06:53:14.659Z"} Line 14308: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T06:53:29.902Z"} Line 14373: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T06:56:31.577Z"} Line 14393: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T06:57:23.785Z"} Line 14461: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T06:59:33.040Z"} Line 14566: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T07:03:51.608Z"} Line 14601: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T07:05:50.891Z"} Line 14669: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T07:11:30.288Z"} Line 14700: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T07:13:32.249Z"} Line 14704: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T07:13:51.497Z"} Line 14816: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T07:20:01.987Z"} Line 14901: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T07:24:06.266Z"} Line 15053: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T07:33:14.265Z"} Line 15096: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T07:34:40.031Z"} Line 15153: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T07:36:31.771Z"} Line 15187: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T07:39:14.950Z"} Line 15199: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-09T07:39:50.018Z"} ```

Full Node Log

a89402ead2d862017b51178804749027591566ff_2018-4-9.log

Steps to Reproduce

Please include the steps the reproduce the issue, numbered below. Include as much detail as possible.

  1. Create and run a Farmer node.
  2. Upload many files to the system to increase mirror creation needs.
  3. Take a look at the logs and the open channels.
stefanbenten commented 6 years ago

Got another example from a farmer. He dropped allocs for more than 10 hours, this looks like a bigger problem...

Too Many Active Transfer Log Entries ```Line 9079: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-11T17:59:50.686Z"} Line 35982: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T00:25:39.225Z"} Line 36247: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T00:29:34.940Z"} Line 36519: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T00:34:28.565Z"} Line 36962: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T00:41:51.051Z"} Line 38773: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T01:15:31.489Z"} Line 39243: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T01:21:05.278Z"} Line 39558: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T01:26:39.812Z"} Line 40024: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T01:34:13.602Z"} Line 40677: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T01:45:54.788Z"} Line 41820: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T02:04:00.477Z"} Line 41865: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T02:04:20.931Z"} Line 42050: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T02:06:46.012Z"} Line 42079: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T02:06:59.059Z"} Line 42230: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T02:09:41.206Z"} Line 43108: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T02:22:12.675Z"} Line 43453: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T02:29:10.512Z"} Line 44245: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T02:50:23.661Z"} Line 44280: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T02:51:17.729Z"} Line 44567: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T02:54:49.078Z"} Line 44611: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T02:55:01.701Z"} Line 44895: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T02:59:16.040Z"} Line 45170: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T03:05:01.770Z"} Line 45558: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T03:12:53.139Z"} Line 45571: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T03:12:56.391Z"} Line 47116: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T03:42:16.300Z"} Line 47275: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T03:44:49.397Z"} Line 47326: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T03:46:16.048Z"} Line 48125: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T03:59:30.418Z"} Line 48333: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T04:02:02.051Z"} Line 48488: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T04:03:14.412Z"} Line 48501: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T04:03:14.463Z"} Line 48598: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T04:04:04.559Z"} Line 48740: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T04:04:54.010Z"} Line 48940: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T04:08:21.997Z"} Line 48964: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T04:08:57.114Z"} Line 49533: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T04:17:28.920Z"} Line 49551: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T04:17:48.699Z"} Line 49730: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T04:20:15.277Z"} Line 50228: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T04:27:13.040Z"} Line 50327: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T04:32:37.724Z"} Line 50382: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T04:35:09.708Z"} Line 50551: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T04:38:40.320Z"} Line 50713: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T04:42:14.342Z"} Line 50748: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T04:42:54.547Z"} Line 51038: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T04:52:09.389Z"} Line 51276: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T04:56:33.485Z"} Line 52053: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T05:08:51.228Z"} Line 52622: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T05:19:28.267Z"} Line 52636: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T05:19:43.767Z"} Line 52681: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T05:20:57.199Z"} Line 52799: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T05:22:12.964Z"} Line 53386: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T05:33:30.313Z"} Line 53628: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T05:37:26.813Z"} Line 53670: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T05:37:45.674Z"} Line 53905: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T05:43:05.958Z"} Line 54123: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T05:48:39.788Z"} Line 54337: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T05:52:34.943Z"} Line 54355: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T05:52:45.724Z"} Line 54686: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T05:56:15.444Z"} Line 54828: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T05:58:00.652Z"} Line 55061: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T06:02:25.593Z"} Line 56193: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T06:16:50.565Z"} Line 56850: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T06:25:42.535Z"} Line 57293: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T06:33:49.272Z"} Line 57698: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T06:38:12.491Z"} Line 57718: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T06:38:22.380Z"} Line 58757: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T06:54:00.383Z"} Line 59049: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T06:56:51.059Z"} Line 59080: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T06:57:25.206Z"} Line 59134: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T06:58:11.827Z"} Line 61525: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T07:40:14.118Z"} Line 61704: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T07:43:34.822Z"} Line 62029: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T07:51:11.619Z"} Line 62538: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T08:02:08.673Z"} Line 62630: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T08:03:59.402Z"} Line 63485: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T08:17:19.346Z"} Line 63543: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T08:18:44.458Z"} Line 63600: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T08:20:06.375Z"} Line 64013: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T08:27:44.292Z"} Line 64109: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T08:30:26.908Z"} Line 64627: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T08:37:18.066Z"} Line 64701: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T08:37:53.960Z"} Line 64946: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T08:42:12.866Z"} Line 64968: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T08:42:32.595Z"} Line 65059: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T08:44:36.408Z"} Line 65314: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T08:52:38.473Z"} Line 65351: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T08:53:50.143Z"} Line 65855: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T09:05:12.770Z"} Line 66554: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T09:17:00.587Z"} Line 67566: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T09:35:30.089Z"} Line 67926: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T09:40:53.006Z"} Line 68191: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T09:45:20.772Z"} Line 69009: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T09:58:44.280Z"} Line 69181: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T10:02:39.357Z"} Line 69319: {"level":"warn","message":"too many active transfers, not sending offer","timestamp":"2018-04-12T10:04:21.621Z"} ```

Logs (even with Debug LogLevel)

289c2ce1f4639f4cace4660ee9ee36afeb679494_2018-4-11.log 289c2ce1f4639f4cace4660ee9ee36afeb679494_2018-4-12.log

Konspiradlo commented 6 years ago

Hello, I've had the same problem during last few days, are you interested in looking into my logs?

S0litaire commented 6 years ago

Same issue here.

Can upload logs also if required.

RichardLitt commented 5 years ago

👋 Hey! Thanks for this contribution. Apologies for the delay in responding!

We've decided to rearchitect Storj, so that we can scale better. You can read more about this decision here. This means that we are entirely focused on v3 at the moment, in the storj/storj repository. Our white paper for v3 is coming very, very soon - follow along on the blog and in our Rocketchat.

As this repository is part of the v2 network, we're no longer maintaining this repository. I am going to close this for now. If you have any questions, I encourage you to jump on Rocketchat and ask them there. Thanks!