Skip to content
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

ResourceExhausted error from rpc method eth_sendRawTransaction #2295

Open
jleeqn opened this issue Jul 18, 2023 · 1 comment
Open

ResourceExhausted error from rpc method eth_sendRawTransaction #2295

jleeqn opened this issue Jul 18, 2023 · 1 comment

Comments

@jleeqn
Copy link

jleeqn commented Jul 18, 2023

System information

zkEVM Node version: v0.1.2
OS & Version: Linux
Network: Mainnet

Expected behavior

No error

Actual behavior

Sometimes the method eth_sendRawTransaction return below ResourceExhausted error

 {"jsonrpc":"2.0","id":43,"error":{"code":-32000,"message":"rpc error: code = ResourceExhausted desc = "}}
Jul 17 00:43:39 zkevm-node[32896]: 2023-07-17T00:43:39.029Z        ERROR       jsonrpc/server.go:413        rpc error: code = ResourceExhausted desc =         {"pid": 32896, "version": "v0.1.2"}
Jul 17 00:43:39 zkevm-node[32896]: 2023-07-17T00:43:39.029Z        INFO        jsonrpc/handler.go:144        failed call: [-32000]rpc error: code = ResourceExhausted desc = . Params: ["TRANSACTION_DATA"]        {"pid": 32896, "version": "v0.1.2", "method": "eth_sendRawTransaction", "requestId": 43}

Steps to reproduce the behavior

curl http://127.0.0.1:8545 \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"method":"eth_sendRawTransaction","params":["TRANSACTION_DATA"],"id":43,"jsonrpc":"2.0"}'
@bap2pecs
Copy link
Contributor

might be related #1930

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants