Joystream / joystream

Joystream Monorepo
http://www.joystream.org
GNU General Public License v3.0
1.42k stars 115 forks source link

colossus: crash when fetch failed #4995

Closed kdembler closed 10 months ago

kdembler commented 11 months ago
2023-12-08 09:46:18:4618 ESC[31merrorESC[39m: Sync - fetching data error for https://storage.freakstatic.com/storage/api/v1/files/1348170: Error: Inva
lid file hash. Expected: gW93EBBCozPxBRche8Xx79qJPjjmsHyjFa66yUWAeZWpuf - real: gWA8ejdyVhcaiwBSc9AqtN8nQidkDJinZEFL498TQRxrR2
2023-12-08 09:46:18:4618 ESC[33mwarnESC[39m: Cleaning up file /data/temp/c726755c-2904-4431-a18a-bf0200b5474b
2023-12-08 09:47:07:477 ESC[31merrorESC[39m: Sync - fetching data error from https://sieemmastorage.com/storage/api/v1/state/data-objects: Error: Time
out of 120000ms exceeded
node:events:495
      throw er; // Unhandled 'error' event
      ^

Error: aborted
    at connResetException (node:internal/errors:720:14)
    at TLSSocket.socketCloseListener (node:_http_client:461:19)
    at TLSSocket.emit (node:events:529:35)
    at node:net:350:12
    at TCP.done (node:_tls_wrap:614:7)
Emitted 'error' event on Response instance at:
    at IncomingMessage.emit (node:events:517:28)
    at emitErrorNT (node:internal/streams/destroy:151:8)
    at emitErrorCloseNT (node:internal/streams/destroy:116:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  code: 'ECONNRESET'
}

Node.js v18.18.2
2023-12-08 09:53:21:5321 ESC[33mwarnESC[39m: Sync - cannot get operator URLs for 1362932
kdembler commented 10 months ago

@zeeshanakram3 I'm on 3.9.1 and I still see the issue:

2023-12-19 09:26:11:2611 ESC[33mwarnESC[39m: Sync - cannot get operator URLs for 1348436
2023-12-19 09:26:11:2611 ESC[33mwarnESC[39m: Sync - cannot get operator URLs for 1348170
node:events:495
      throw er; // Unhandled 'error' event
      ^

Error: aborted
    at connResetException (node:internal/errors:720:14)
    at TLSSocket.socketCloseListener (node:_http_client:461:19)
    at TLSSocket.emit (node:events:529:35)
    at node:net:350:12
    at TCP.done (node:_tls_wrap:657:7)
Emitted 'error' event on Response instance at:
    at IncomingMessage.emit (node:events:517:28)
    at emitErrorNT (node:internal/streams/destroy:151:8)
    at emitErrorCloseNT (node:internal/streams/destroy:116:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  code: 'ECONNRESET'
}

Node.js v18.19.0
2023-12-19 09:26:17:2617 ESC[33mwarnESC[39m: Cleanup service is Disabled.