graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

indexing freezing when using ipc connection

Open userbox020 opened this issue 1 year ago • 0 comments

Bug report

Hello,

When I use IPC connection it always freeze and I need to close and restart the node. Im running the node with the follow command

sudo cargo run -p graph-node --release -- \
  --ethereum-ipc mainnet:archive,traces:/home/guru/reth-mainnet/reth.ipc \
  --postgres-url postgresql://graph-node:let-me-in@localhost:5432/graph-node \
  --ipfs 127.0.0.1:5001

It start indexing right away my subgraphs (im currently indexing only one for testing), and it freeze like every 10 seconds.

Do im doing something wrong? http and ws connection working perfect, just the ipc freeze alot

Relevant log output

No response

IPFS hash

No response

Subgraph name or link to explorer

No response

Some information to help us out

  • [ ] Tick this box if this bug is caused by a regression found in the latest release.
  • [ ] Tick this box if this bug is specific to the hosted service.
  • [X] I have searched the issue tracker to make sure this issue is not a duplicate.

OS information

Linux

### Tasks

userbox020 avatar May 23 '24 23:05 userbox020