Philippe Wang

Results 32 comments of Philippe Wang

basically everything, it seems: ``` phil@amd:~/indexer$ curl -v http://localhost:8720/version * Trying 127.0.0.1:8720... * Connected to localhost (127.0.0.1) port 8720 (#0) > GET /version HTTP/1.1 > Host: localhost:8720 > User-Agent: curl/7.74.0...

Oh... ``` Jan 05 18:50:32.259 ERRO Failed to execute RPC function, reason: UnexpectedError { reason: "IPC error: Send error: Transport endpoint is not connected (os error 107)" } ``` I...

I restarted it, got /version to work... a few times. Now it's back to `Failed to execute RPC function `... :/ That kind: ``` Jan 05 18:54:19.360 ERRO Failed to...

Level: ``` phil@amd:~/indexer$ curl -s http://localhost:8721/chains/main/blocks/head/header|jq .level 2006093 ``` Logs: https://gitlab.com/nomadic-labs/tezos-indexer/-/snippets/2230751 RAM: ``` phil@amd:~/indexer$ free -h total used free shared buff/cache available Mem: 125Gi 41Gi 16Gi 16Gi 67Gi 66Gi Swap:...

``` $ ulimit -a real-time non-blocking time (microseconds, -R) unlimited core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f)...

Tried again, failed again (a tiny bit less fast though) https://gitlab.com/nomadic-labs/tezos-indexer/-/snippets/2230765

Do you need `ulimit -a` 's output from inside the docker container?! If so, I'm not sure how to get that. (That docker image is particularly lightweight, it seems...) That's...

> @pw374 ok, try adding this to your docker command to increase the ulimit value for files to see if that helps: > > `--ulimit nofile=20000:20000` Not 100% sure, but...

When I launch my indexers, there are `48 n` indexers querying the node in parallel. (n being somewhere between 0 and 2 or 3) It's not that huge, is it?...

I'm going to abandon TezEdge for now, since even without issues, it does not outperform multi-octez (i.e., multiple instances of octez, in order to have some multicore ability) on my...