[FEAT MERGE] FEATURE: ls state optimization

This commit is contained in:
obdev
2023-11-15 08:44:47 +00:00
committed by ob-robot
parent c846e82d01
commit e9fa5cef72
39 changed files with 1371 additions and 483 deletions

View File

@ -294,6 +294,7 @@ int ObTxNode::create_ls_(const ObLSID ls_id) {
if (Leader == role_) {
OZ(get_location_adapter_().fill(ls_id, addr_));
}
mock_ls_.get_tx_svr()->online();
return ret;
}