Tencent / phxsql

A high availability MySQL cluster that guarantees data consistency between a master and slaves.
Other
2.47k stars 557 forks source link

terminate called after throwing an instance of 'google::protobuf::FatalException' #179

Open jackbauer123 opened 4 years ago

jackbauer123 commented 4 years ago

我执行这个命令 ./phxbinlogsvr_tools_phxrpc -f InitBinlogSvrMaster -h "192.168.43.125,192.168.43.123,192.168.43.126" -p 17000 报错: [libprotobuf FATAL google/protobuf/generated_message_util.cc:812] CHECK failed: (scc->visit_status.load(std::memory_order_relaxed)) == (SCCInfoBase::kRunning): terminate called after throwing an instance of 'google::protobuf::FatalException' what(): CHECK failed: (scc->visit_status.load(std::memory_order_relaxed)) == (SCCInfoBase::kRunning): Aborted (core dumped)

jackbauer123 commented 4 years ago

我把protobuf退到3.0就可以了,我用的是centos7