Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove NIO Transport Plugin #82085

Merged

Conversation

original-brownbear
Copy link
Member

@original-brownbear original-brownbear commented Dec 26, 2021

Removes the transport-nio plugin completely.

@original-brownbear original-brownbear added >test Issues or PRs that are addressing/adding tests :Distributed/Network Http and internode communication implementations team-discuss v8.1.0 labels Dec 26, 2021
@elasticmachine elasticmachine added the Team:Distributed Meta label for distributed team label Dec 26, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

@original-brownbear original-brownbear changed the title Remove NIO Transport Plugin and Use Netty for most Tests Remove NIO Transport Plugin Jan 18, 2022
@mark-vieira mark-vieira added v8.2.0 and removed v8.1.0 labels Feb 2, 2022
Copy link
Contributor

@henningandersen henningandersen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Armin, just one question.

@@ -19,7 +19,6 @@ dependencies {
testImplementation project(path: xpackModule('ilm'))

testImplementation "com.fasterxml.jackson.core:jackson-databind:${versions.jackson}"
testImplementation project(':plugins:transport-nio') // for http
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Am I right in thinking that this is a left-over from #82088? Or was there never a need for this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@original-brownbear
Copy link
Member Author

npnp :) thanks for taking a look!

Copy link
Contributor

@henningandersen henningandersen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@original-brownbear
Copy link
Member Author

🎉 thanks Henning!

@original-brownbear original-brownbear merged commit f887ac2 into elastic:master Apr 12, 2022
@original-brownbear original-brownbear deleted the netty-all-the-way branch April 12, 2022 09:00
@mark-vieira
Copy link
Contributor

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.

weizijun added a commit to weizijun/elasticsearch that referenced this pull request Apr 13, 2022
* 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
@original-brownbear original-brownbear restored the netty-all-the-way branch April 18, 2023 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed/Network Http and internode communication implementations Team:Distributed Meta label for distributed team >test Issues or PRs that are addressing/adding tests v8.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants