-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Drop in indexing performance and increase in agg latency after mappings/aggs switch to java time in #36363 #37826
Copy link
Copy link
Closed
Labels
:Core/Infra/CoreCore issues without another labelCore issues without another label>regressionblockerv7.0.0-beta1
Description
#36363 (merged to master in daa2ec8) has caused a performance drop manifested in both a drop in indexing throughput (see: https://elasticsearch-benchmarks.elastic.co/#tracks/nyc-taxis/nightly/30d for http_logs / nyc_taxis / nested / noaa) as well as latency increase in aggs (see: nyc_taxis, nested, http_logs) and gc (nested) on 2018-01-23.
- Before:
nyc_taxismedian indexing throughput: 81421 docs/s - After:
nyc_taxismedian indexing throughput: 65981 docs/s
Reproduction steps:
Java time commit daa2ec8:
esrally --pipeline="from-sources-complete" --track="nyc_taxis" --car="4gheap" --runtime-jdk=8 --challenge="append-no-conflicts" --revision="daa2ec8" --include-tasks="delete-index,create-index,check-cluster-health,index,refresh-after-index"
Previous commit 7b3dd30:
esrally --pipeline="from-sources-complete" --track="nyc_taxis" --car="4gheap" --runtime-jdk=8 --challenge="append-no-conflicts" --revision="7b3dd30" --include-tasks="delete-index,create-index,check-cluster-health,index,refresh-after-index"
Note: If you are using Oracle JDK you can also get a profile by specifying --telemetry=jfr.
Reactions are currently unavailable
Metadata
Metadata
Labels
:Core/Infra/CoreCore issues without another labelCore issues without another label>regressionblockerv7.0.0-beta1
Type
Fields
Give feedbackNo fields configured for issues without a type.