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

[open_channel & restart] restart fiber failed when stopping at sending open channel #402

Open
15168316096 opened this issue Dec 19, 2024 · 1 comment

Comments

@15168316096
Copy link

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.

node log:
node.log

@15168316096
Copy link
Author

add case notes:
Restarting ckb cannot restore it to the ready state.

@chenyukang 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
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

1 participant