[CP] opt delete_server

This commit is contained in:
obdev
2024-02-22 06:15:35 +00:00
committed by ob-robot
parent 13b179da55
commit 1f06e480f2
2 changed files with 18 additions and 0 deletions

View File

@ -169,6 +169,7 @@ int ObUnitTableOperator::check_server_empty(const common::ObAddr &server, bool &
LOG_WARN("fail to get units", KR(ret), K(server));
} else if (units.count() > 0) {
is_empty = false;
LOG_DEBUG("server exists in the server list or migrate_from_server list", K(server), K(units));
}
return ret;
}