[SCN] modify missing scenes

This commit is contained in:
obdev
2022-11-28 02:48:01 +00:00
committed by ob-robot
parent ac437d2f56
commit 68151eb87a
217 changed files with 2178 additions and 1196 deletions

View File

@ -1847,7 +1847,9 @@ int ObSyncTabletAutoincSeqCtx::sync()
LOG_WARN("failed to call and process", K(ret));
}
}
is_synced_ = true;
if (OB_SUCC(ret)) {
is_synced_ = true;
}
}
}
return ret;