Tencent / phxsql

A high availability MySQL cluster that guarantees data consistency between a master and slaves.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jackbauer123 opened this issue · comments

我执行这个命令 ./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)

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