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 2.x] [Manual Backport] Bump org.jruby.joni:joni from 2.1.48 to 2.2.1 in /libs/grok (#8015) #8051

Merged

Conversation

kartg
Copy link
Member

@kartg kartg commented Jun 13, 2023

Description

Manual backport of the Dependabot PR #8015

Bumps org.jruby.joni:joni from 2.1.48 to 2.2.1.

Signed-off-by: dependabot[bot] support@github.com

  • Updating SHAs

Signed-off-by: dependabot[bot] support@github.com

  • Update changelog

Signed-off-by: dependabot[bot] support@github.com

  • Update method calls to Region beginning and end

The "beg" and "end" public members were marked as deprecated in v2.1.47, with direct access being removed in v2.2.0. "getBeg()" and "getEnd()" are now available instead.

Signed-off-by: Kartik Ganesh gkart@amazon.com

  • Spotless

Signed-off-by: Kartik Ganesh gkart@amazon.com


Signed-off-by: dependabot[bot] support@github.com
Signed-off-by: Kartik Ganesh gkart@amazon.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kartik Ganesh gkart@amazon.com
(cherry picked from commit 95135ec)


Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@kartg kartg force-pushed the backport/backport-8015-to-2.x branch from ce50e12 to a664aef Compare June 14, 2023 00:10
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@kartg
Copy link
Member Author

kartg commented Jun 14, 2023

REPRODUCE WITH: ./gradlew ':plugins:repository-azure:test' --tests "org.opensearch.repositories.azure.AzureBlobContainerRetriesTests.testReadRangeBlobWithRetries" -Dtests.seed=8937724B5E76FEB4 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=lv-LV -Dtests.timezone=Asia/Shanghai -Druntime.java=17

org.opensearch.repositories.azure.AzureBlobContainerRetriesTests > testReadRangeBlobWithRetries FAILED
    reactor.core.Exceptions$ReactiveException: reactor.netty.http.client.PrematureCloseException: Connection prematurely closed BEFORE response
        at __randomizedtesting.SeedInfo.seed([8937724B5E76FEB4:5C4D9C16D1C4137B]:0)
        at app//reactor.core.Exceptions.propagate(Exceptions.java:392)
        at app//reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:97)
        at app//reactor.core.publisher.Mono.block(Mono.java:1707)
        at app//com.azure.storage.blob.specialized.BlobClientBase.openInputStream(BlobClientBase.java:393)
        at app//com.azure.storage.blob.specialized.BlobClientBase.openInputStream(BlobClientBase.java:323)
        at app//com.azure.storage.blob.specialized.BlobClientBase.openInputStream(BlobClientBase.java:312)
        at app//org.opensearch.repositories.azure.AzureBlobStore.lambda$getInputStream$8(AzureBlobStore.java:286)
        at java.****@17.0.7/java.security.AccessController.doPrivileged(AccessController.java:569)
        at app//org.opensearch.repositories.azure.SocketAccess.doPrivilegedException(SocketAccess.java:70)
        at app//org.opensearch.repositories.azure.AzureBlobStore.getInputStream(AzureBlobStore.java:282)
        at app//org.opensearch.repositories.azure.AzureBlobContainer.openInputStream(AzureBlobContainer.java:104)
        at app//org.opensearch.repositories.azure.AzureBlobContainer.readBlob(AzureBlobContainer.java:122)
        at app//org.opensearch.repositories.azure.AzureBlobContainerRetriesTests.testReadRangeBlobWithRetries(AzureBlobContainerRetriesTests.java:306)

        Caused by:
        reactor.netty.http.client.PrematureCloseException: Connection prematurely closed BEFORE response

Known flaky test failure - #6090

Will refire gradle check

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@kartg kartg mentioned this pull request Jun 14, 2023
6 tasks
…ch-project#8015)

* Bump org.jruby.joni:joni from 2.1.48 to 2.2.1 in /libs/grok

Bumps [org.jruby.joni:joni](https://github.com/jruby/joni) from 2.1.48 to 2.2.1.
- [Commits](jruby/joni@joni-2.1.48...joni-2.2.1)

---
updated-dependencies:
- dependency-name: org.jruby.joni:joni
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

* Update method calls to Region beginning and end

The "beg" and "end" public members were marked as deprecated in v2.1.47, with direct access being removed in v2.2.0. "getBeg()" and "getEnd()" are now available instead.

Signed-off-by: Kartik Ganesh <gkart@amazon.com>

* Spotless

Signed-off-by: Kartik Ganesh <gkart@amazon.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Kartik Ganesh <gkart@amazon.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kartik Ganesh <gkart@amazon.com>
(cherry picked from commit 95135ec)
@kartg kartg force-pushed the backport/backport-8015-to-2.x branch from a664aef to 76be06d Compare June 14, 2023 16:19
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@kotwanikunal kotwanikunal merged commit a879fbc into opensearch-project:2.x Jun 14, 2023
@kartg kartg deleted the backport/backport-8015-to-2.x branch June 20, 2023 19:59
gaiksaya pushed a commit to gaiksaya/OpenSearch that referenced this pull request Jun 26, 2023
…ch-project#8015) (opensearch-project#8051)

* Bump org.jruby.joni:joni from 2.1.48 to 2.2.1 in /libs/grok

Bumps [org.jruby.joni:joni](https://github.com/jruby/joni) from 2.1.48 to 2.2.1.
- [Commits](jruby/joni@joni-2.1.48...joni-2.2.1)

---
updated-dependencies:
- dependency-name: org.jruby.joni:joni
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updating SHAs

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

* Update method calls to Region beginning and end

The "beg" and "end" public members were marked as deprecated in v2.1.47, with direct access being removed in v2.2.0. "getBeg()" and "getEnd()" are now available instead.

Signed-off-by: Kartik Ganesh <gkart@amazon.com>

* Spotless

Signed-off-by: Kartik Ganesh <gkart@amazon.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Kartik Ganesh <gkart@amazon.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kartik Ganesh <gkart@amazon.com>
(cherry picked from commit 95135ec)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

2 participants