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

[Backport] [1.x] Bump netty from 4.1.107.Final to 4.1.108.Final (#12924) #12930

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

reta
Copy link
Collaborator

@reta reta commented Mar 26, 2024

Backport of #12924 to 1.x

Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit a4d6d55)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@reta reta force-pushed the backport/backport-12872-to-1.x branch from 2d5a840 to 7f7da43 Compare March 26, 2024 18:40
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@reta
Copy link
Collaborator Author

reta commented Mar 26, 2024

  • RESULT: FAILURE ❌
java.net.BindException: Failed to bind server socket channel {localAddress=/127.0.0.1:26600}.
	at org.opensearch.nio.ServerChannelContext.register(ServerChannelContext.java:104) ~[opensearch-nio-1.4.0-SNAPSHOT.jar:1.4.0-SNAPSHOT]
	at org.opensearch.nio.EventHandler.handleRegistration(EventHandler.java:78) [opensearch-nio-1.4.0-SNAPSHOT.jar:1.4.0-SNAPSHOT]
	at org.opensearch.nio.NioSelector.registerChannel(NioSelector.java:466) [opensearch-nio-1.4.0-SNAPSHOT.jar:1.4.0-SNAPSHOT]
	at org.opensearch.nio.NioSelector.setUpNewChannels(NioSelector.java:458) [opensearch-nio-1.4.0-SNAPSHOT.jar:1.4.0-SNAPSHOT]
	at org.opensearch.nio.NioSelector.preSelect(NioSelector.java:279) [opensearch-nio-1.4.0-SNAPSHOT.jar:1.4.0-SNAPSHOT]
	at org.opensearch.nio.NioSelector.singleLoop(NioSelector.java:172) [opensearch-nio-1.4.0-SNAPSHOT.jar:1.4.0-SNAPSHOT]
	at org.opensearch.nio.NioSelector.runLoop(NioSelector.java:148) [opensearch-nio-1.4.0-SNAPSHOT.jar:1.4.0-SNAPSHOT]
	at java.lang.Thread.run(Thread.java:829) [?:?]
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method) ~[?:?]
	at sun.nio.ch.Net.bind(Net.java:459) ~[?:?]
	at sun.nio.ch.Net.bind(Net.java:448) ~[?:?]
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:227) ~[?:?]
	at java.nio.channels.ServerSocketChannel.bind(ServerSocketChannel.java:162) ~[?:?]
	at org.opensearch.nio.ServerChannelContext.register(ServerChannelContext.java:101) ~[opensearch-nio-1.4.0-SNAPSHOT.jar:1.4.0-SNAPSHOT]
	... 7 more
org.opensearch.client.ResponseException: method [PUT], host [http://[::1]:37681], URI [/testrecoverywithtranslogretentiondisabled], status line [HTTP/1.1 400 Bad Request]
{"error":{"root_cause":[{"type":"resource_already_exists_exception","reason":"index [testrecoverywithtranslogretentiondisabled/qX5uyC9dSm-HFWpqnlqZKQ] already exists","index":"testrecoverywithtranslogretentiondisabled","index_uuid":"qX5uyC9dSm-HFWpqnlqZKQ"}],"type":"resource_already_exists_exception","reason":"index [testrecoverywithtranslogretentiondisabled/qX5uyC9dSm-HFWpqnlqZKQ] already exists","index":"testrecoverywithtranslogretentiondisabled","index_uuid":"qX5uyC9dSm-HFWpqnlqZKQ"},"status":400}
	at __randomizedtesting.SeedInfo.seed([84394EFA8ED6C1BD:F92FE60EEFF094B1]:0)
	at org.opensearch.client.RestClient.convertResponse(RestClient.java:369)
	at org.opensearch.client.RestClient.performRequest(RestClient.java:339)
	at org.opensearch.client.RestClient.performRequest(RestClient.java:314)
	at org.opensearch.test.rest.OpenSearchRestTestCase.createIndex(OpenSearchRestTestCase.java:978)
	at org.opensearch.test.rest.OpenSearchRestTestCase.createIndex(OpenSearchRestTestCase.java:958)
	at org.opensearch.test.rest.OpenSearchRestTestCase.createIndex(OpenSearchRestTestCase.java:954)
	at org.opensearch.upgrades.FullClusterRestartIT.testRecoveryWithTranslogRetentionDisabled(FullClusterRestartIT.java:1446)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:829)

Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

Copy link

codecov bot commented Mar 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.57%. Comparing base (7583a1a) to head (7f7da43).

Additional details and impacted files
@@             Coverage Diff              @@
##                1.x   #12930      +/-   ##
============================================
- Coverage     77.68%   77.57%   -0.11%     
+ Complexity    58866    58764     -102     
============================================
  Files          4223     4223              
  Lines        253561   253561              
  Branches      38701    38701              
============================================
- Hits         196984   196712     -272     
- Misses        40621    40856     +235     
- Partials      15956    15993      +37     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@reta
Copy link
Collaborator Author

reta commented Mar 26, 2024

@dblock mind one more please? thank you

@reta reta merged commit 4a4719d into opensearch-project:1.x Mar 26, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants