fix longops start time not correct

This commit is contained in:
obdev
2023-04-24 02:44:38 +00:00
committed by ob-robot
parent 610f5a50d4
commit 240d3685c6
11 changed files with 24 additions and 14 deletions

View File

@ -56,6 +56,7 @@ int ObDropIndexTask::init(
} else if (OB_FAIL(deep_copy_index_arg(allocator_, drop_index_arg, drop_index_arg_))) {
LOG_WARN("deep copy drop index arg failed", K(ret));
} else {
set_gmt_create(ObTimeUtility::current_time());
tenant_id_ = tenant_id;
object_id_ = data_table_id;
target_object_id_ = index_table_id;