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] Update Netty to 4.1.79.Final #3873

Merged
merged 1 commit into from
Jul 13, 2022
Merged

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport b067d2a from #3868

Signed-off-by: Andriy Redko <[email protected]>
(cherry picked from commit b067d2a)
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@tlfeng tlfeng added backport PRs or issues specific to backporting features or enhancments >upgrade Label used when upgrading library dependencies (e.g., Lucene) v1.4.0 labels Jul 13, 2022
@tlfeng
Copy link
Collaborator

tlfeng commented Jul 13, 2022

in build 498:

  2> REPRODUCE WITH: ./gradlew ':qa:full-cluster-restart:v1.3.4#oldClusterTest' --tests "org.opensearch.upgrades.FullClusterRestartIT.testEmptyShard" -Dtests.seed=BE52BE1E657C3196 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ar-SY -Dtests.timezone=Africa/Johannesburg -Druntime.java=11
  2> org.opensearch.client.ResponseException: method [PUT], host [http://[::1]:46585], URI [/test_empty_shard], status line [HTTP/1.1 400 Bad Request]
    {"error":{"root_cause":[{"type":"resource_already_exists_exception","reason":"index [test_empty_shard/2j0OMNHBR1qjogYaatzp9Q] already exists","index":"test_empty_shard","index_uuid":"2j0OMNHBR1qjogYaatzp9Q"}],"type":"resource_already_exists_exception","reason":"index [test_empty_shard/2j0OMNHBR1qjogYaatzp9Q] already exists","index":"test_empty_shard","index_uuid":"2j0OMNHBR1qjogYaatzp9Q"},"status":400}
        at __randomizedtesting.SeedInfo.seed([BE52BE1E657C3196:F22969C699451E03]:0)
        at org.opensearch.client.RestClient.convertResponse(RestClient.java:344)
        at org.opensearch.client.RestClient.performRequest(RestClient.java:314)
        at org.opensearch.client.RestClient.performRequest(RestClient.java:289)
        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.testEmptyShard(FullClusterRestartIT.java:716)
  2> REPRODUCE WITH: ./gradlew ':qa:full-cluster-restart:v1.3.4#oldClusterTest' --tests "org.opensearch.upgrades.FullClusterRestartIT.testEmptyShard" -Dtests.seed=BE52BE1E657C3196 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ar-SY -Dtests.timezone=Africa/Johannesburg -Druntime.java=11
  2> org.opensearch.client.WarningFailureException: method [PUT], host [http://[::1]:33139], URI [/test_empty_shard], status line [HTTP/1.1 200 OK]
    {"acknowledged":true,"shards_acknowledged":true,"index":"test_empty_shard"}
        at __randomizedtesting.SeedInfo.seed([BE52BE1E657C3196:F22969C699451E03]:0)
        at org.opensearch.client.RestClient.convertResponse(RestClient.java:340)
        at org.opensearch.client.RestClient.performRequest(RestClient.java:314)
        at org.opensearch.client.RestClient.performRequest(RestClient.java:289)
        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.testEmptyShard(FullClusterRestartIT.java:716)

It's reported in issue #2359 and #2935 (comment).

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link

Codecov Report

Merging #3873 (00913a5) into 1.x (185eb2b) will decrease coverage by 0.05%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                1.x    #3873      +/-   ##
============================================
- Coverage     77.92%   77.87%   -0.06%     
- Complexity    63443    63449       +6     
============================================
  Files          4453     4453              
  Lines        274953   274953              
  Branches      41165    41165              
============================================
- Hits         214259   214120     -139     
- Misses        43801    43922     +121     
- Partials      16893    16911      +18     
Impacted Files Coverage Δ
...x/snapshots/IndexShardSnapshotFailedException.java 33.33% <0.00%> (-33.34%) ⬇️
...rc/main/java/org/opensearch/ingest/IngestInfo.java 51.72% <0.00%> (-27.59%) ⬇️
...ava/org/opensearch/OpenSearchTimeoutException.java 50.00% <0.00%> (-25.00%) ⬇️
...pensearch/cluster/routing/PlainShardsIterator.java 75.00% <0.00%> (-25.00%) ⬇️
...min/cluster/tasks/PendingClusterTasksResponse.java 35.00% <0.00%> (-25.00%) ⬇️
.../java/org/opensearch/index/reindex/RemoteInfo.java 48.67% <0.00%> (-22.13%) ⬇️
...main/java/org/opensearch/ingest/ProcessorInfo.java 47.36% <0.00%> (-21.06%) ⬇️
...ain/java/org/opensearch/geometry/MultiPolygon.java 80.00% <0.00%> (-20.00%) ⬇️
...rc/main/java/org/opensearch/monitor/os/OsInfo.java 64.70% <0.00%> (-19.61%) ⬇️
...opensearch/index/mapper/LegacyGeoShapeIndexer.java 72.22% <0.00%> (-16.67%) ⬇️
... and 440 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 185eb2b...00913a5. Read the comment docs.

@reta reta merged commit a30ded6 into 1.x Jul 13, 2022
@github-actions github-actions bot deleted the backport/backport-3868-to-1.x branch July 13, 2022 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport PRs or issues specific to backporting features or enhancments >upgrade Label used when upgrading library dependencies (e.g., Lucene) v1.4.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants