Bruno Deferrari
Bruno Deferrari
@pw374 hello, can you give me some examples of the RPCs that are failing?
Interesting, `/version` in particular is very lightweight, so even under load it is an endpoint that should be able to quickly produce a response. Do you see anything weird in...
@pw374 I don't think so. But the full log would be very useful, something needs to have happened before for that failure to occur. And that error shouldn't happen for...
Also, does your node happen to be at block 1916927? Because the next block takes a while to process (it is the switch from Granada go Hangzhou, and it is...
@pw374 ok, it is very weird, I don't see any error before such failure, but I would expect something. Please shut down the node, and make sure that there aren't...
@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`
We will probably need to add some internal rate limiting. We run a separate process for protocol related operations, and when an RPC needs to run code from the protocol,...
@pw374 the current version of TezEdge doesn't execute protocol code in parallel (it used to, and it will do so again in the future), so for protocol-heavy code (and if...
Hello @steampoweredtaco. The UI is indeed reporting things wrong here (it was never updated after support for more context storage backends were added, so it always assumes Irmin). I will...
@steampoweredtaco v1.17.0 was released on friday, if you use that version you should see something like this now: 