fix tablet migration stack overflow

This commit is contained in:
oceanoverflow
2023-12-18 21:17:36 +00:00
committed by ob-robot
parent 8eb60404ce
commit 6c8e809692

View File

@ -4168,7 +4168,7 @@ int ObTabletGroupMigrationTask::try_remove_tablets_info_()
LOG_WARN("failed to check is in retry", K(ret), KPC(ctx_), KP(dag));
} else if (!is_in_retry) {
//do nothing
} else if (OB_FAIL(try_remove_tablets_info_())) {
} else if (OB_FAIL(remove_tablets_info_())) {
LOG_WARN("failed to try remove tablets info", K(ret), KPC(ctx_));
}
return ret;