You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the node is restarted, restablish cannot handle the status of the channel other than the established situation, cannot reconnect, and cannot continue to update its intermediate status.
#281
Open
15168316096 opened this issue
Oct 23, 2024
· 0 comments
After the node is restarted, reestablish cannot handle the status of the channel other than the established situation, cannot reconnect, and cannot continue to update its intermediate status.
node1:
2024-10-23T08:16:38.611115Z INFO fnn::fiber::network: channel c3887d17c51a8306e1ca034f3117d4e830de29922c49c8f29718b1e67252a1e8 reestablished successfully
node2:
2024-10-23T08:16:38.629980Z INFO fnn::fiber::network: channel 0bf33a8529b95345e759e47f7978522aa863a5ee99518aac6c6adef0bd055e97 reestablished successfully
However, the Chanel status of node1 node was in an intermediate state before and could not be reconnected.
2024-10-23T08:16:38.734225Z WARN fnn::fiber::channel: Unhandled reestablish channel message in state CollaboratingFundingTx(CollaboratingFundingTxFlags(PREPARING_LOCAL_TX_COLLABORATION_MSG))
Expected Behavior
For channels in an intermediate state, they can be reconnected and their status can continue to be updated.
at src/fiber/network.rs:1000
in ractor::actor::Actor with id: "0.2", name: "Network QmRErF9SRUUb4XdABffAM3yA1pgGdTKnKZrRa5a7bjfB2d"
2024-10-23T08:16:38.629155Z INFO fnn::fiber::network: proto id [ProtocolId(42)] open on session [SessionId(5)], address: [/ip4/16.162.99.28/tcp/40444/p2p/QmbkDSCvXe1f6ofaBcC9TiuNQBGAThzMUpJWduqqfETgkr], type: [Inbound], version: 0.0.1
at src/fiber/network.rs:3544
2024-10-23T08:16:38.629980Z INFO fnn::fiber::network: channel 0bf33a8529b95345e759e47f7978522aa863a5ee99518aac6c6adef0bd055e97 reestablished successfully
at src/fiber/network.rs:2803
in ractor::actor::Actor with id: "0.2", name: "Network QmRErF9SRUUb4XdABffAM3yA1pgGdTKnKZrRa5a7bjfB2d"
2024-10-23T08:16:38.734225Z WARN fnn::fiber::channel: Unhandled reestablish channel message in state CollaboratingFundingTx(CollaboratingFundingTxFlags(PREPARING_LOCAL_TX_COLLABORATION_MSG))
at src/fiber/channel.rs:4634
in ractor::actor::Actor with id: "0.8"
The text was updated successfully, but these errors were encountered:
15168316096
changed the title
After the node is restarted, reestablish cannot handle the status of the channel other than the established situation, cannot reconnect, and cannot continue to update its intermediate status.
After the node is restarted, restablish cannot handle the status of the channel other than the established situation, cannot reconnect, and cannot continue to update its intermediate status.
Oct 23, 2024
Bug Report
Current Behavior
After the node is restarted, reestablish cannot handle the status of the channel other than the established situation, cannot reconnect, and cannot continue to update its intermediate status.
Expected Behavior
For channels in an intermediate state, they can be reconnected and their status can continue to be updated.
Environment
Additional context/Screenshots
The text was updated successfully, but these errors were encountered: