Skip to content

[Backport 1.x] Update Netty to 4.1.79.Final#3873

Merged
reta merged 1 commit into1.xfrom
backport/backport-3868-to-1.x
Jul 13, 2022
Merged

[Backport 1.x] Update Netty to 4.1.79.Final#3873
reta merged 1 commit into1.xfrom
backport/backport-3868-to-1.x

Conversation

@opensearch-trigger-bot
Copy link
Copy Markdown
Contributor

Backport b067d2a from #3868

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit b067d2a)
@github-actions
Copy link
Copy Markdown
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
Copy Markdown
Contributor

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
Copy Markdown
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jul 13, 2022

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.87%. Comparing base (185eb2b) to head (00913a5).
⚠️ Report is 164 commits behind head on 1.x.

Additional details and impacted files
@@             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     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@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