record tenant_id && adapitve update resource limit when advance clock in throttle unit
This commit is contained in:
@ -48,7 +48,8 @@ void ObTenantTxDataAllocator::init_throttle_config(int64_t &resource_limit,
|
||||
max_duration = TX_DATA_THROTTLE_MAX_DURATION;
|
||||
}
|
||||
}
|
||||
void ObTenantTxDataAllocator::adaptive_update_limit(const int64_t holding_size,
|
||||
void ObTenantTxDataAllocator::adaptive_update_limit(const int64_t tenant_id,
|
||||
const int64_t holding_size,
|
||||
const int64_t config_specify_resource_limit,
|
||||
int64_t &resource_limit,
|
||||
int64_t &last_update_limit_ts,
|
||||
|
Reference in New Issue
Block a user