Igor Mandrigin

Results 63 comments of Igor Mandrigin

@SeaMonkey82 which network is that?

> commit 329d586464334fce05a4613055c30077b4630c78 > unpruned from the chatroom okay, I will check what it returns on my validators

Is being investigated by @dmitriyselivanov

@SeaMonkey82 if you get infura.txt, and your json and use something like http://jsondiff.com, it shows no differences whatsoever. So maybe its another request that fails or something?

``` curl 'http://erigon' \ -H 'accept: application/json' \ -H 'content-type: application/json' \ --data-raw '{"id":848101922,"jsonrpc":"2.0","method":"eth_getLogs","params":[{"fromBlock":"0x757e20","toBlock":"latest","address":"0x888ea6ab349c854936b98586ce6a17e98bf254b2","topics":["0x2a65d0fe76508fb4e604d4804927dce75b70f82e64a2025e3bffb2fc00341850","0x0000000000000000000000000000000000000000000000000000000000000028"]}]}' {"jsonrpc":"2.0","id":848101922,"result":[]} ``` Erigon params: `/home/erigon/erigon/build/bin/erigon --datadir /data/erigon --prune=htc --private.api.addr 127.0.0.1:9090` RPC daemon: `/home/erigon/erigon/build/bin/rpcdaemon --datadir /data/erigon --http.api...

infura returns logs just fine ``` curl 'https://mainnet.infura.io/v3/ \ -H 'accept: application/json' \ -H 'content-type: application/json' \ --data-raw '{"id":848101922,"jsonrpc":"2.0","method":"eth_getLogs","params":[{"fromBlock":"0x757e20","toBlock":"latest","address":"0x888ea6ab349c854936b98586ce6a17e98bf254b2","topics":["0x2a65d0fe76508fb4e604d4804927dce75b70f82e64a2025e3bffb2fc00341850","0x0000000000000000000000000000000000000000000000000000000000000028"]}]}' {"jsonrpc":"2.0","id":848101922,"result":[{"address":"0x888ea6ab349c854936b98586ce6a17e98bf254b2","blockHash":"0x3143d2db44999476f302f6770c1ad0c7100d05f6f62f408b7f1cac687efedfe6","blockNumber":"0xbeff13","data":"0x00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000001e55706461746520506f6f6c206164647265737320706172616d65746572730000000000000000000000000000000000000000000000000000000000000000002e516d5942747a4a4c3650746f6e57317a57484b34394e6f754d777743417269513633613574736a6f76725639427a000000000000000000000000000000000000","logIndex":"0xc1","removed":false,"topics":["0x2a65d0fe76508fb4e604d4804927dce75b70f82e64a2025e3bffb2fc00341850","0x0000000000000000000000000000000000000000000000000000000000000028"],"transactionHash":"0x22ea4cb0aa346592f0e62cc52389ed47798a501e27c6198d882ba7af31a89134","transactionIndex":"0x5d"}]} ```

@AndreaLanfranchi I am not 100 sure about that. We synced a lot of Erigon nodes and only latest released cause OOMs at least for us, so I assume there is...

@eino-makitalo, can you send the heap pprof?

@du5 there is no output from pkill in this screenshot, it prints goroutines. Though, some good news is that if you try the latest develop version the bug might go...

Try to build the latest version from our `devel` branch and see if it repeats there.