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
Multi-hop fiber1 <-> fiber2 <-> fiber3 Restart our node: fiber1 restarts during the process of sending openchannel. At this time, the status of the channel is still in the intermediate state, not the ready state. Then we restart fiber1 and find that the status cannot be updated to ready. The script execution does not return to the ready state.
raise TimeoutError(
f"Channel did not reach state {expected_state} within timeout period."
)
E TimeoutError: Channel did not reach state CHANNEL_READY within timeout period.
add case notes:
Restarting ckb cannot restore it to the ready state.
chenyukang
changed the title
[open_channel & restart fiber node]Multi-hop fiber1 <-> fiber2 <-> fiber3 Restart our node: fiber1 restarts during the process of sending openchannel. At this time, the status of the channel is still in the intermediate state, not the ready state. Then we restart fiber1 and find that the status cannot be updated to ready. The script execution does not return to the ready state.
[open_channel & restart] restart fiber failed when stopping at sending open channel
Dec 20, 2024
Multi-hop fiber1 <-> fiber2 <-> fiber3 Restart our node: fiber1 restarts during the process of sending openchannel. At this time, the status of the channel is still in the intermediate state, not the ready state. Then we restart fiber1 and find that the status cannot be updated to ready. The script execution does not return to the ready state.
node log:
node.log
The text was updated successfully, but these errors were encountered: