thunderhub icon indicating copy to clipboard operation
thunderhub copied to clipboard

No limit being placed with transaction query -> causes crash

Open miketwenty1 opened this issue 4 years ago • 1 comments

Describe the problem/bug On the newest version v0.12.30 from v0.12.17 I noticed on the home tab you try to load transactions. This ends up crashing thunderhub.. because we have too many transactions on our nodes.. before on a previous version.. I would just avoid the transactions tab. With the newest version we are forced to load / fail. Is there something where we can just pull back a subset of transactions.. instead of trying to query all of them?

I usually limit my lncli commands to 100,000 tx's as 1,000,000 results in errors with grpc .. which im guessing thunderhub is running into.

Your environment LND v0.13.3-beta

  • Version of ThunderHub: v0.12.30
  • Deployment method: docker
  • Other relevant environment details:

To Reproduce Steps to reproduce the behavior:

  1. Go to home screen after login

Expected behavior Should only pull back a subnet of transactions to avoid issues.

Actual behavior I believe it tries to pull back all transactions on the node and locks / fails thunder.

miketwenty1 avatar Oct 25 '21 16:10 miketwenty1

Yo! I limited the amount of transactions that can be pulled to 50k. Mind testing out version 0.12.31? Let me know if it works!

apotdevin avatar Oct 31 '21 12:10 apotdevin