fix bug of heart beat

This commit is contained in:
obdev 2025-01-06 19:15:11 +00:00 committed by ob-robot
parent d825f7d618
commit a0c13385c5

View File

@ -63,7 +63,7 @@ ObTableLoadStoreCtx::ObTableLoadStoreCtx(ObTableLoadTableCtx *ctx)
enable_pre_sort_(false),
status_(ObTableLoadStatusType::NONE),
error_code_(OB_SUCCESS),
last_heart_beat_ts_(0),
last_heart_beat_ts_(ObTimeUtil::current_time()),
is_inited_(false)
{
allocator_.set_tenant_id(MTL_ID());