empiredan opened a new issue, #2363: URL: https://github.com/apache/incubator-pegasus/issues/2363
After starting a Pegasus cluster using the following command: ``` ./run.sh start_onebox -m 3 -r 3 --use_product_config --hdfs_service_args hdfs://localhost:8020 /onebox ``` running `nodes -d` in the C++ shell shows that no replica servers are available. After checking the logs of both the replica servers and the meta servers, it was found that the meta server reports errors (**Transport endpoint is not connected**) when receiving beacons (heartbeats) from the replica servers. The logs from the replica server and meta server are shown below: ``` I2026-02-04 06:58:30.235 (1770188310235496629 57902) replica.fd0.291608080167207284: failure_detector.cpp:590:send_beacon(): send ping message, from[0e89dd89d764:34801(172.17.0.2:34801)], to[0e89dd89d764:34601(172.17.0.2:34601)], time[1770188310235] I2026-02-04 06:58:32.235 (1770188312235855361 57902) replica.fd0.291608075872239977: failure_detector_multimaster.cpp:76:end_ping(): end ping result, error[ERR_TIMEOUT], time[1770188310235], ack.this_node[0e89dd89d764:34601(172.17.0.2:34601)], ack.primary_node[invalid host_port(invalid address)], ack.is_master[false], ack.allowed[true] W2026-02-04 06:58:32.235 (1770188312235899710 57902) replica.fd0.291608075872239977: failure_detector.cpp:431:end_ping_internal(): ping master(0e89dd89d764:34601) failed, timeout_ms = 2000, err = ERR_TIMEOUT ``` ``` E2026-02-04 06:58:30.235 (1770188310235638163 57470) meta.io-thrd.57470: asio_net_provider.cpp:355:operator()(): failed to get the remote endpoint: Transport endpoint is not connected ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
