Skip to content

[bug]: close channel can be stuck #9640

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

Open
yyforyongyu opened this issue Mar 25, 2025 · 0 comments
Open

[bug]: close channel can be stuck #9640

yyforyongyu opened this issue Mar 25, 2025 · 0 comments
Labels
channel closing Related to the closing of channels cooperatively and uncooperatively needs triage test flake
Milestone

Comments

@yyforyongyu
Copy link
Member

From this build,

Error Trace:	/home/runner/work/lnd/lnd/lntest/harness_assertion.go:471
            	            				/home/runner/work/lnd/lnd/lntest/harness.go:1310
            	            				/home/runner/work/lnd/lnd/itest/lnd_mpp_test.go:532
            	            				/home/runner/work/lnd/lnd/itest/lnd_amp_test.go:476
            	            				/home/runner/work/lnd/lnd/lntest/harness.go:303
            	            				/home/runner/work/lnd/lnd/itest/lnd_test.go:130
            	Error:      	timeout
            	Test:       	TestLightningNetworkDaemon/tranche05/189-of-276/bitcoind/send_payment_amp
            	Messages:   	timeout waiting for close channel update sent

It seems sth is blocking by looking at the timestamps,

2025-03-25 04:37:09.751 [DBG] RPCS interceptor.go:791: [/lnrpc.Lightning/CloseChannel] requested
...
2025-03-25 04:37:10.039 [DBG] DISC gossiper.go:857: Processing remote msg *lnwire.ChannelUpdate1 from peer=[Bob]
2025-03-25 04:37:10.039 [DBG] DISC gossiper.go:2952: Processing ChannelUpdate: peer=[Bob]@127.0.0.1:11589, short_chan_id=[SID: carol=>eve], 
2025-03-25 04:37:10.039 [DBG] DISC gossiper.go:3020: Ignored stale edge policy for short_chan_id([SID: carol=>eve]): peer=[Bob]@127.0.0.1:11589, msg=ChannelUpdate, is_remote=true
2025-03-25 04:37:33.895 [INF] GRPH builder.go:825: Processed channels=6 updates=22 nodes=22 in last 1m48.843781063s
2025-03-25 04:37:38.790 [DBG] BTCN broadcaster.go:236: Re-broadcasting 2 transactions
2025-03-25 04:37:44.965 [DBG] HLCK healthcheck.go:330: Health check: chain backend invoking success callback
2025-03-25 04:38:38.789 [DBG] BTCN broadcaster.go:236: Re-broadcasting 2 transactions
2025-03-25 04:38:40.111 [INF] PEER brontide.go:2017: Peer([Bob]): unable to read message from peer: read next header: EOF
2025-03-25 04:38:40.111 [DBG] PEER brontide.go:1589: Peer([Bob]): Started, waiting on startReady signal
...
2025-03-25 04:38:40.671 [INF] LTND lnd.go:152: Shutdown complete

Full logs can be found here.

@yyforyongyu yyforyongyu added channel closing Related to the closing of channels cooperatively and uncooperatively needs triage test flake labels Mar 25, 2025
@yyforyongyu yyforyongyu added this to the v0.20.0 milestone Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
channel closing Related to the closing of channels cooperatively and uncooperatively needs triage test flake
Projects
None yet
Development

No branches or pull requests

1 participant