restoring replica do not resp reconfirm fetch log req.

This commit is contained in:
hf0
2021-07-22 00:01:05 +08:00
committed by wangzelin.wzl
parent 7fb21bbbe7
commit 69fa727d91
44 changed files with 990 additions and 334 deletions

View File

@ -92,7 +92,6 @@ public:
// leader or follower
MOCK_CONST_METHOD1(get_role, int(common::ObRole& role));
MOCK_CONST_METHOD1(get_role_for_partition_table, int(common::ObRole& role));
MOCK_CONST_METHOD1(get_role_unsafe, int(common::ObRole& role));
MOCK_CONST_METHOD1(get_leader_curr_member_list, int(common::ObMemberList& member_list));
MOCK_CONST_METHOD1(get_leader, int(common::ObAddr& addr));

View File

@ -256,7 +256,6 @@ public:
MOCK_METHOD1(submit_freeze_log_finished, int(const ObPartitionKey& pkey));
MOCK_METHOD1(is_freeze_replay_finished, bool(const ObPartitionKey& pkey));
MOCK_CONST_METHOD2(get_role, int(const common::ObPartitionKey& pkey, common::ObRole& role));
MOCK_CONST_METHOD2(get_role_for_partition_table, int(const common::ObPartitionKey& pkey, common::ObRole& role));
MOCK_CONST_METHOD2(
get_leader_curr_member_list, int(const common::ObPartitionKey& pkey, common::ObMemberList& member_list));
MOCK_CONST_METHOD7(get_curr_leader_and_memberlist,