huangyu6572

Results 4 comments of huangyu6572

instance.cpp +504 if (oPaxosMsg.msgtype() == MsgType_PaxosPrepare || oPaxosMsg.msgtype() == MsgType_PaxosAccept) { //add if (m_oCheckpointMgr.InAskforcheckpointMode()) { PLGImp("in ask for checkpoint mode, ignord paxosmsg"); return 0; }

https://github.com/Tencent/phxpaxos/issues/83

在leader模式下,通过外部网络把本机节点信息发给任意一个集群内节点,转发给leader,然后由leader发起提议?