fix get_dh_msg state errors during reentry lead to hang/core
This commit is contained in:
@ -36,7 +36,7 @@ ObSqcCtx::ObSqcCtx(ObPxRpcInitSqcArgs &sqc_arg) : msg_loop_(),
|
||||
interrupted_(false),
|
||||
bf_ch_provider_(sqc_proxy_.get_msg_ready_cond()),
|
||||
px_bloom_filter_msg_proc_(msg_proc_),
|
||||
opt_stats_gather_whole_msg_proc_(msg_proc_) {}
|
||||
opt_stats_gather_whole_msg_proc_(msg_proc_){}
|
||||
|
||||
int ObSqcCtx::add_whole_msg_provider(uint64_t op_id, dtl::ObDtlMsgType msg_type, ObPxDatahubDataProvider &provider)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user