fix switching leader active.

This commit is contained in:
hf0 2021-08-20 15:01:34 +08:00 committed by wangzelin.wzl
parent 63a91b1818
commit f7e6f965e6

View File

@ -1717,7 +1717,8 @@ int ObLogStateMgr::taking_over_to_leader_active_()
K(ret),
K_(partition_key),
K(reconfirm_to_active_cost),
K(last_leader_active_time_));
K(last_leader_active_time_),
K_(role));
return ret;
}