fix dup table fetch table location -4002

This commit is contained in:
leslieyuchen
2023-05-23 05:41:48 +00:00
committed by ob-robot
parent 59591c9ea2
commit 2e77daca76

View File

@ -785,6 +785,8 @@ int ObDASLocationRouter::nonblock_get_readable_replica(const uint64_t tenant_id,
* If it fails, then proceed with statement-level retries.*/
if (OB_FAIL(block_renew_tablet_location(tablet_id, ls_loc))) {
LOG_WARN("block renew tablet location failed", K(ret), K(tablet_id));
} else {
tablet_loc.ls_id_ = ls_loc.get_ls_id();
}
}
ObBLKey bl_key;