MCPcopy Create free account
hub / github.com/Tencent/phxsql / LoadCheckpointState

Method LoadCheckpointState

phxbinlogsvr/core/paxos/master_executer.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88int MasterExecuter::LoadCheckpointState(const int group_idx, const string &checkpoint_tmp_file_dir_path,
89 const vector<string> &vecFileList, const uint64_t checkpoint_instanceid) {
90 LogVerbose("%s sm check point load data, path %s, skip", __func__, checkpoint_tmp_file_dir_path.c_str());
91 return 0;
92}
93
94}
95

Callers

nothing calls this directly

Calls 1

LogVerboseFunction · 0.85

Tested by

no test coverage detected