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

@ -435,16 +435,7 @@ int ObPartitionGroup::get_role(common::ObRole& role) const
return ret;
}
int ObPartitionGroup::get_role_for_partition_table(common::ObRole& role) const
{
int ret = OB_SUCCESS;
if (OB_SUCCESS == (ret = check_init_(pls_, "partition log service"))) {
ret = pls_->get_role_for_partition_table(role);
}
return ret;
}
int ObPartitionGroup::get_role_unsafe(common::ObRole& role) const
int ObPartitionGroup::get_role_unsafe(common::ObRole &role) const
{
int ret = OB_SUCCESS;
if (OB_SUCCESS == (ret = check_init_(pls_, "partition log service"))) {