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

Load testing send_payment will cause intermediate routing nodes to get stuck. #369

Closed
gpBlockchain opened this issue Dec 5, 2024 · 1 comment

Comments

@gpBlockchain
Copy link
Contributor

channel

  • node1(1000)-node2(0)
  • node2(1000)-node3(0)

use two threads to call Node1 send_payment to node3
will cause node2 to get stuck.

node2 stuck

    "id": 42,
    "jsonrpc": "2.0",
    "method": "node_info",
    "params": [
        {}
    ]
}'

*   Trying 127.0.0.1:8229...
* Connected to 127.0.0.1 (127.0.0.1) port 8229 (#0)
> POST / HTTP/1.1
> Host: 127.0.0.1:8229
> User-Agent: curl/7.88.1
> Accept: */*
> Content-Type: application/json
> Content-Length: 99
> 


^C
guopenglin@192 ~ % 

node1:
node.log
node2:
node.log
node3:
node.log

@chenyukang
Copy link
Collaborator

@gpBlockchain closing this issue now, please reopen if there is still a issue for it.

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