Remove NIO Transport Plugin#82085
Remove NIO Transport Plugin#82085original-brownbear merged 15 commits intoelastic:masterfrom original-brownbear:netty-all-the-way
Conversation
|
Pinging @elastic/es-distributed (Team:Distributed) |
henningandersen
left a comment
There was a problem hiding this comment.
Thanks Armin, just one question.
| testImplementation project(path: xpackModule('ilm')) | ||
|
|
||
| testImplementation "com.fasterxml.jackson.core:jackson-databind:${versions.jackson}" | ||
| testImplementation project(':plugins:transport-nio') // for http |
There was a problem hiding this comment.
Am I right in thinking that this is a left-over from #82088? Or was there never a need for this?
There was a problem hiding this comment.
I don't think this was ever needed. The one test actually using HTTP org.elasticsearch.xpack.autoscaling.action.GetAutoscalingCapacityRestCancellationIT was always using Netty as far as I can tell from the git history. The same is true for other x-pack plugin build.gradle adjusted here.
|
npnp :) thanks for taking a look! |
|
🎉 thanks Henning! |
|
I feel like this should be documented in the release notes, potentially as a breaking change. We have been publishing this plugin for folks to potentially use. Might be worth some acknowledgement that it's no longer available. |
* upstream/master: (40 commits) Fix BuildTests serialization (elastic#85827) Use urgent priority for node shutdown cluster state update (elastic#85838) Remove Task classes from HLRC (elastic#85835) Remove unused migration classes (elastic#85834) Remove uses of Charset name parsing (elastic#85795) Remove legacy versioned logic for DefaultSystemMemoryInfo (elastic#85761) Expose proxy settings for GCS repositories (elastic#85785) Remove SLM classes from HLRC (elastic#85825) TSDB: fix the time_series in order collect priority (elastic#85526) Remove ILM classes from HLRC (elastic#85822) FastVectorHighlighter should use ValueFetchers to load source data (elastic#85815) Iteratively execute synchronous ingest processors (elastic#84250) Remove TransformClient from HLRC (elastic#85787) Mute XPackRestIT deprecation/10_basic/Test Deprecations (elastic#85807) Unmute Lintian packaging test (elastic#85778) Add a highlighter unit test base class (elastic#85719) Remove NIO Transport Plugin (elastic#82085) [TEST] Remove token methods from HLRC SecurityClient (elastic#85515) [Test] Use thread-safe hashSet for result collection (elastic#85653) [TEST] Mute BuildTests.testSerialization (elastic#85801) ... # Conflicts: # server/src/test/java/org/elasticsearch/search/aggregations/timeseries/TimeSeriesIndexSearcherTests.java
Removes the
transport-nioplugin completely.