[CP] fix core
This commit is contained in:
parent
6f4d4f8648
commit
0c2b2c697d
@ -73,7 +73,8 @@ int ObLSDDLLogHandler::offline()
|
||||
is_online_ = false;
|
||||
}
|
||||
ObLSTabletIterator tablet_iter(ObTabletCommon::NO_CHECK_GET_TABLET_TIMEOUT_US);
|
||||
if (OB_FAIL(ls_->get_tablet_svr()->build_tablet_iter(tablet_iter))) {
|
||||
if (OB_FAIL(ret)) {
|
||||
} else if (OB_FAIL(ls_->get_tablet_svr()->build_tablet_iter(tablet_iter))) {
|
||||
LOG_WARN("failed to build ls tablet iter", K(ret), K(ls_));
|
||||
} else {
|
||||
while (OB_SUCC(ret)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user