-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Upgrade HttpCore5/HttpClient5 to support ExtendedSocketOption in HttpAsyncClient #16757
base: main
Are you sure you want to change the base?
Conversation
❌ Gradle check result for 94747a6: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
94747a6
to
3187c52
Compare
❌ Gradle check result for 3187c52: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
3187c52
to
27a474b
Compare
❌ Gradle check result for 27a474b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 4643c50: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
client/rest/src/main/java/org/opensearch/client/RestClientBuilder.java
Outdated
Show resolved
Hide resolved
4643c50
to
1beba95
Compare
test/framework/src/main/java/org/opensearch/bootstrap/BootstrapForTesting.java
Outdated
Show resolved
Hide resolved
❌ Gradle check result for 1beba95: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
1beba95
to
71872d7
Compare
❌ Gradle check result for 71872d7: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
71872d7
to
ad1f65b
Compare
❌ Gradle check result for ad1f65b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
ad1f65b
to
f63b0a2
Compare
❌ Gradle check result for f63b0a2: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
@kkewwei I think I find out the issue with upgrades, do you mind if I push a few changes into you pull request? thank you |
…AsyncClient Signed-off-by: kkewwei <[email protected]> Signed-off-by: kkewwei <[email protected]>
❌ Gradle check result for c45caf5: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
c45caf5
to
871b787
Compare
❌ Gradle check result for 871b787: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
871b787
to
adff229
Compare
❌ Gradle check result for adff229: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
adff229
to
04db61a
Compare
❌ Gradle check result for 04db61a: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Andriy Redko <[email protected]>
04db61a
to
6bdb182
Compare
The issue with Reactor Netty and Upgrade flow is fixed and should be available in 1.1.26 release (verified against 1.1.26-SNAPSHOT): reactor/reactor-netty#3538 |
❌ Gradle check result for 6bdb182: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Description
Upgrade the httpcore5 version from 5.2.5 to 5.3, to use the ExtendedSocketOption in highlevelClient.
Related Issues
Resolves #15927
Check List
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.