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
2025-04-01T11:12:31.6360326Z node-2 | 2025-04-01T11:12:21.005603Z INFO restate_server
2025-04-01T11:12:31.6360687Z node-2 | Starting Restate Server 1.3.0-dev (7570395 x86_64-unknown-linux-gnu 2025-04-01)
2025-04-01T11:12:31.6360813Z node-2 | node_name: "node-2"
2025-04-01T11:12:31.6361138Z node-2 | config_source: /tmp/.tmpE32nzU/node-2/config.toml
2025-04-01T11:12:31.6361295Z node-2 | base_dir: /tmp/.tmpE32nzU/node-2/
2025-04-01T11:12:31.6361353Z node-2 | on main
and then nothing more is logged from this process. The next expected log statement would be starting the node server. Something like this but it's not printed.
2025-04-01T11:12:31.6179486Z node-2 | 2025-04-01T11:12:13.013742Z INFO restate_core::network::net_util
2025-04-01T11:12:31.6179548Z node-2 | Server listening
2025-04-01T11:12:31.6179614Z node-2 | on rs:worker-13
2025-04-01T11:12:31.6179701Z node-2 | in restate_core::network::net_util::server
2025-04-01T11:12:31.6179775Z node-2 | server_name: node-rpc-server
2025-04-01T11:12:31.6179869Z node-2 | uds.path: "/tmp/.tmpE32nzU/node-2/node.sock"
2025-04-01T11:12:31.6179964Z node-2 | 2025-04-01T11:12:13.014175Z INFO restate_node::init
2025-04-01T11:12:31.6180152Z node-2 | Trying to join the provisioned cluster 'cluster_chaos_test'
2025-04-01T11:12:31.6180214Z node-2 | on rs:worker-13
The text was updated successfully, but these errors were encountered:
Increasing the log level of the cluster_chaos_test to restate=debug allows
us hopefully to find out why the test got stuck (concretely why a newly
started process did not go beyond the "Starting Restate Server" log statement.
This fixesrestatedev#3072.
Instable
cluster_chaos_test
:https://github.com/restatedev/restate/actions/runs/14194054359/job/39765020718?pr=3069#step:12:3909
From the logs it looks as if node-2 starts:
and then nothing more is logged from this process. The next expected log statement would be starting the node server. Something like this but it's not printed.
The text was updated successfully, but these errors were encountered: