[FEAT MERGE] Add LatchIds for locks and monitors
This commit is contained in:
@ -36,7 +36,7 @@ ObDtlChannelLoop::ObDtlChannelLoop()
|
||||
tenant_id_(UINT64_MAX),
|
||||
timeout_(INT64_MAX),
|
||||
proxy_first_buffer_cache_(nullptr),
|
||||
spin_lock_(),
|
||||
spin_lock_(common::ObLatchIds::DTL_CHANNEL_LIST_LOCK),
|
||||
mock_addr_(),
|
||||
sentinel_node_(1, 0, mock_addr_),
|
||||
n_first_no_data_(0),
|
||||
@ -67,7 +67,7 @@ ObDtlChannelLoop::ObDtlChannelLoop(ObMonitorNode &op_monitor_info)
|
||||
tenant_id_(UINT64_MAX),
|
||||
timeout_(INT64_MAX),
|
||||
proxy_first_buffer_cache_(nullptr),
|
||||
spin_lock_(),
|
||||
spin_lock_(common::ObLatchIds::DTL_CHANNEL_LIST_LOCK),
|
||||
mock_addr_(),
|
||||
sentinel_node_(1, 0, mock_addr_),
|
||||
n_first_no_data_(0),
|
||||
|
||||
Reference in New Issue
Block a user