env:Docker 4 cpu 16g mem 8g heap
config file:processors: 4
run test
action="index-append,force-merge,index-stats,node-stats,default,term,phrase,country_agg_uncached,country_agg_cached,scroll,expression,painless_static,painless_dynamic,large_filtered_terms,large_prohibited_terms"
while true; do
esrally --pipeline=benchmark-only --target-hosts=${target_hosts} --cluster-health=skip --track=geonames --include-tasks ${action} --user-tag=${tag}
done
The first run score is normalThe first run score is normal, after the second is not normal, normal default servicetime, latency is not normal
Other indicators are normal. reference [aliliyun es] (https://help.aliyun.com/document_detail/62420.html)
ab simulation ”default“ challenge is not normal
ab -p payload.txt -T application/json -c 50 -n 500 http://es-1:9200/geonames/_search
Percentage of the requests served within a certain time (ms)
50% 800
66% 872
75% 900
80% 934
90% 1090
95% 1202
98% 1319
99% 1454
100% 1626 (longest request)
When restarting the entire cluster, the result is normal again。
Only run index-append, default challenge rally "default latency" will not be so fast is not normal
How to confirm the cause of the problem in where?