提交 023eabc0 编写于 作者: Q qianchanger 提交者: wangzelin.wzl

Fix px join filter core in assign parameter

上级 a0a8950d
......@@ -551,7 +551,6 @@ int ObSendBloomFilterP::process_px_bloom_filter_data()
phase_end))) {
LOG_WARN("fail to process recieve count", K(ret));
}
(void)filter->dec_merge_filter_count();
}
if (OB_SUCC(ret) && phase_end && arg_.is_first_phase() && !arg_.next_peer_addrs_.empty()) {
......@@ -584,6 +583,9 @@ int ObSendBloomFilterP::process_px_bloom_filter_data()
}
}
}
if (OB_NOT_NULL(filter)) {
(void)filter->dec_merge_filter_count();
}
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册