fix bug of heart beat
This commit is contained in:
parent
d825f7d618
commit
a0c13385c5
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user