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

Node should terminate on SIGINT #20

Open
saketh-are opened this issue Nov 16, 2024 · 0 comments
Open

Node should terminate on SIGINT #20

saketh-are opened this issue Nov 16, 2024 · 0 comments

Comments

@saketh-are
Copy link
Contributor

It looks like the issue is the threads that wait for connections:

2024-11-16T16:12:18.529285Z  INFO actix_server::server: SIGINT received; starting forced shutdown
2024-11-16T16:12:18.529433Z  INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:18.529504Z  INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:18.529488Z  INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:18.529552Z  INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:18.529564Z  INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:18.529588Z  INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:18.529487Z  INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:18.529473Z DEBUG actix_server::accept: paused accepting connections on 127.0.0.1:20000
2024-11-16T16:12:18.529724Z  INFO actix_server::accept: accept thread stopped
2024-11-16T16:12:18.529558Z  INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:18.529638Z  INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:18.529498Z  INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:19.255112Z  INFO mpc_node::p2p: Waiting for connection to 3: invalid remote address: [::1]:10003
2024-11-16T16:12:19.255504Z  INFO mpc_node::p2p: Waiting for connection to 1: invalid remote address: [::1]:10001
2024-11-16T16:12:19.256605Z  INFO mpc_node::p2p: Waiting for connection to 2: invalid remote address: [::1]:10002
2024-11-16T16:12:19.257208Z  INFO mpc_node::p2p: Waiting for connection to 0: invalid remote address: [::1]:10000
2024-11-16T16:12:20.260504Z  INFO mpc_node::p2p: Waiting for connection to 0: invalid remote address: [::1]:10000
2024-11-16T16:12:20.260417Z  INFO mpc_node::p2p: Waiting for connection to 2: invalid remote address: [::1]:10002
2024-11-16T16:12:20.262835Z  INFO mpc_node::p2p: Waiting for connection to 1: invalid remote address: [::1]:10001
2024-11-16T16:12:20.262835Z  INFO mpc_node::p2p: Waiting for connection to 3: invalid remote address: [::1]:10003
2024-11-16T16:12:21.263495Z  INFO mpc_node::p2p: Waiting for connection to 0: invalid remote address: [::1]:10000
2024-11-16T16:12:21.264945Z  INFO mpc_node::p2p: Waiting for connection to 1: invalid remote address: [::1]:10001
2024-11-16T16:12:21.266029Z  INFO mpc_node::p2p: Waiting for connection to 2: invalid remote address: [::1]:10002
2024-11-16T16:12:21.266879Z  INFO mpc_node::p2p: Waiting for connection to 3: invalid remote address: [::1]:10003
2024-11-16T16:12:22.268796Z  INFO mpc_node::p2p: Waiting for connection to 1: invalid remote address: [::1]:10001
2024-11-16T16:12:22.270246Z  INFO mpc_node::p2p: Waiting for connection to 0: invalid remote address: [::1]:10000
2024-11-16T16:12:22.270804Z  INFO mpc_node::p2p: Waiting for connection to 2: invalid remote address: [::1]:10002
2024-11-16T16:12:22.270961Z  INFO mpc_node::p2p: Waiting for connection to 3: invalid remote address: [::1]:10003
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