-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"fetcher=block_uncle count=10" Error #2126
Comments
@vbaranov I've run a test with the latest Master Branch, but there's an error. 2019-06-10T08:17:17.313 fetcher=block_uncle count=10 [error] Task #PID<0.1842.0> started from Indexer.Fetcher.UncleBlock terminating |
@ayrat555 @vbaranov Jun 10 09:02:24 ip-172-31-41-232 iex[2256]: 2019-06-10T09:02:24.305 fetcher=block_uncle count=10 [error] Task #PID<0.3159.0> started from Indexer.Fetcher.UncleBlock terminating |
@jsd9399 I added one more missing function to my PR. Can you please check? |
@ayrat555 Jun 10 09:39:14 ip-172-31-41-232 iex[5241]: 2019-06-10T09:39:14.227 fetcher=block_uncle count=5 [error] Task #PID<0.1438.0> started from Indexer.Fetcher.UncleBlock terminating Jun 10 09:41:29 ip-172-31-41-232 iex[5241]: 2019-06-10T09:41:29.272 fetcher=block_uncle count=9 [error] Task #PID<0.1905.0> started from Indexer.Fetcher.UncleBlock terminating |
@jsd9399 can you please check one more time? |
@ayrat555 Jun 10 15:23:16 ip-172-31-41-232 iex[31605]: 2019-06-10T15:23:16.387 fetcher=block_uncle count=10 [error] Task #PID<0.1509.0> started from Indexer.Fetcher.UncleBlock terminating . |
@jsd9399 I'm sorry for the inconvenience. Apparently, retries from json rpc errors weren't working at all. Can you please check that everything is working |
@ayrat555 Jun 11 12:49:25 ip-172-31-41-232 iex[9977]: 2019-06-11T12:49:25.387 fetcher=block_uncle count=10 [error] Task #PID<0.11227.1> started from Indexer.Fetcher.UncleBlock terminating However, previous errors and the following errors are occurring: application=ethereum_jsonrpc count=100 [error] 413 Request Entity Too Large returned from single request batch. Cannot shrink batch further. What settings should I change? |
@jsd9399 can we move our conversion to blockscout's gitter? https://gitter.im/poanetwork/blockscout?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge |
Jun 08 21:23:37 ip-172-31-41-232 iex[19720]: 2019-06-08T21:23:37.433 fetcher=block_uncle count=10 [error] Task #PID<0.1147.0> started from Indexer.Fetcher.UncleBlock terminating
Jun 08 21:23:37 ip-172-31-41-232 iex[19720]: ** (FunctionClauseError) no function clause matching in Indexer.Fetcher.UncleBlock.error_to_entry/1
Jun 08 21:23:37 ip-172-31-41-232 iex[19720]: (indexer) lib/indexer/fetcher/uncle_block.ex:238: Indexer.Fetcher.UncleBlock.error_to_entry(%{code: 404, data: %{index: 0, nephew_hash: "0xa0814f0478fe90c82852f812fd74c96df148654c326d2600d836e6908ebb62b4"}, message: "Not Found"})
Jun 08 21:23:37 ip-172-31-41-232 iex[19720]: (elixir) lib/enum.ex:1327: Enum."-map/2-lists^map/1-0-"/2
Jun 08 21:23:37 ip-172-31-41-232 iex[19720]: (indexer) lib/indexer/fetcher/uncle_block.ex:208: Indexer.Fetcher.UncleBlock.retry/1
Jun 08 21:23:37 ip-172-31-41-232 iex[19720]: (indexer) lib/indexer/fetcher/uncle_block.ex:84: Indexer.Fetcher.UncleBlock.run/2
Jun 08 21:23:37 ip-172-31-41-232 iex[19720]: (elixir) lib/task/supervised.ex:90: Task.Supervised.invoke_mfa/2
Jun 08 21:23:37 ip-172-31-41-232 iex[19720]: (elixir) lib/task/supervised.ex:35: Task.Supervised.reply/5
Jun 08 21:23:37 ip-172-31-41-232 iex[19720]: (stdlib) proc_lib.erl:249: :proc_lib.init_p_do_apply/3
Jun 08 21:23:37 ip-172-31-41-232 iex[19720]: Function: &Indexer.BufferedTask.log_run/1
.
.
.
eheap_alloc: Cannot allocate 11753808384 bytes of memory (of type "heap").
[1B blob data]
Environment
The above error occurs the same every three seconds. And eventually the system stops with a warning message that it lacks system memory.
How do I deal with this?
The text was updated successfully, but these errors were encountered: