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

Network graph became too large for grpc to handle #2376

Closed
dlaptev opened this issue Dec 26, 2018 · 2 comments
Closed

Network graph became too large for grpc to handle #2376

dlaptev opened this issue Dec 26, 2018 · 2 comments

Comments

@dlaptev
Copy link

dlaptev commented Dec 26, 2018

Background

lncli describegraph

results in

[lncli] rpc error: code = ResourceExhausted desc = grpc: received message larger than max (4238144 vs. 4194304)

Probably some kind of pagination is needed or (as a temporary solution) the grpc limit could be increased from the default one in 4MB.

Your environment

  • lnd version 0.5.0-beta commit=6d759bd8d9f1595f32fba6f901db4dcb78b6613e
  • Linux 4.4.0-134-generic #160-Ubuntu SMP x86_64 GNU/Linux
  • Bitcoin Core Daemon version v0.16.3.0-g49e34e288

Steps to reproduce

Run lncli describegraph.

Expected behaviour

A json object describing the lightning network graph.

Actual behaviour

[lncli] rpc error: code = ResourceExhausted desc = grpc: received message larger than max (4238144 vs. 4194304)

@cryptomeow
Copy link

There's an open PR (#2374) addressing this.

@dlaptev
Copy link
Author

dlaptev commented Dec 27, 2018

Oops, did not see it. Thanks for the reply!

@dlaptev dlaptev closed this as completed Dec 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants