Commit cbd2a083 authored by litaolemo's avatar litaolemo

fix_bug

parent 9dee0570
......@@ -123,7 +123,7 @@ def parse_node_stats(data):
if search_thread_pool['queue'] > search_queue_max:
res_str += '{}节点 search queue 目前为{} \n'.format(node_name, str(search_thread_pool['queue']))
if search_thread_pool['rejected'] > 0:
if search_thread_pool['rejected'] > rejected_last:
res_str += '{}节点 search rejected 目前为 {} \n'.format(node_name, str(search_thread_pool['rejected']))
if old_gc - old_gc_last > 0:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment