Some confusion about raylet.out

I found lots of logs like:

[2024-04-11 16:44:11,284 I 455 455] (raylet) ray_syncer-inl.h:308: Failed to read the message from: 00000000000000000000000000000000000000000000000000000000
[2024-04-11 16:44:13,284 I 455 455] (raylet) ray_syncer.cc:229: Connection is broken. Reconnect to node: 00000000000000000000000000000000000000000000000000000000
[2024-04-11 16:44:13,284 I 455 455] (raylet) ray_syncer-inl.h:308: Failed to read the message from: 00000000000000000000000000000000000000000000000000000000
[2024-04-11 16:44:13,284 I 455 455] (raylet) ray_syncer-inl.h:292: Failed to send the message to: 00000000000000000000000000000000000000000000000000000000
[2024-04-11 16:44:15,285 I 455 455] (raylet) ray_syncer.cc:229: Connection is broken. Reconnect to node: 00000000000000000000000000000000000000000000000000000000
...
...

why node is 00000000000000000000000000000000000000000000000000000000

what do these mean?What are the possible situations where this kind of log will print?

It looks like the node_id is incorrectly set for this node. How did you start Ray? Is it a cluster or from a script?

The triggering condition seems to occur when gcs server is restarted.