opendistro-for-elasticsearch / performance-analyzer

📈 OpenDistro Performance Analyzer
https://opendistro.github.io/
Apache License 2.0
146 stars 49 forks source link

Transport thread name changed in Elasticsearch #45

Open yeajung opened 5 years ago

yeajung commented 5 years ago

Thread "transport_server_worker" and "transport_client_boss" is no longer used starting ES 6.6. It's changed to "transport_worker" instead.

6.5: https://github.com/elastic/elasticsearch/blob/6.5/server/src/main/java/org/elasticsearch/transport/TcpTransport.java#L119-L120

6.6: https://github.com/elastic/elasticsearch/blob/6.7/server/src/main/java/org/elasticsearch/transport/TcpTransport.java#L103

PA: https://github.com/opendistro-for-elasticsearch/performance-analyzer/blob/master/src/main/java/com/amazon/opendistro/elasticsearch/performanceanalyzer/reader/MetricsEmitter.java#L61-L62

auqf commented 4 years ago

it's too expensive for the new node's cpu and the Lucene Merge