mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
Removing the mock nio transport and replacing its usage with the netty transport to make tests with a more realistic transport implementation. This way improves the real world coverage for the Netty transport, makes our tests more realistic and saves lots of code. In particular, coverage on the rather complicated throttling/chunking in the netty message handler is really ice to have. The downside of this change is that we lose the slow transport thread warnings that the mock transport outputs. This isn't a big deal these days in my opinion as we have slow logging in other places now that makes up for this (we didn't when initially adding the slow logging) and that contains far more detailed information on what exactly was slow. Other than that, the mock transport does not come with any features we don't also have in the Netty transport at this point. |
||
---|---|---|
.. | ||
alias.asciidoc | ||
allocation.asciidoc | ||
anomaly-detectors.asciidoc | ||
count.asciidoc | ||
datafeeds.asciidoc | ||
dataframeanalytics.asciidoc | ||
fielddata.asciidoc | ||
health.asciidoc | ||
indices.asciidoc | ||
master.asciidoc | ||
nodeattrs.asciidoc | ||
nodes.asciidoc | ||
pending_tasks.asciidoc | ||
plugins.asciidoc | ||
recovery.asciidoc | ||
repositories.asciidoc | ||
segments.asciidoc | ||
shards.asciidoc | ||
snapshots.asciidoc | ||
tasks.asciidoc | ||
templates.asciidoc | ||
thread_pool.asciidoc | ||
trainedmodel.asciidoc | ||
transforms.asciidoc |