[to #50692493] initialize member variables of dbms job
This commit is contained in:
parent
a6772bd035
commit
420c5641ba
@ -161,7 +161,12 @@ public:
|
||||
schema_service_(NULL),
|
||||
job_rpc_proxy_(NULL),
|
||||
self_addr_(),
|
||||
ready_queue_(),
|
||||
scheduler_task_(),
|
||||
scheduler_thread_(),
|
||||
job_utils_(),
|
||||
lock_(common::ObLatchIds::DBMS_JOB_MASTER_LOCK),
|
||||
allocator_("DBMSJobMaster"),
|
||||
alive_jobs_() {}
|
||||
|
||||
virtual ~ObDBMSJobMaster() { alive_jobs_.destroy(); };
|
||||
|
Loading…
x
Reference in New Issue
Block a user