Fallback to netty client if AWS Crt client is not available on the target platform / architecture#20698
Conversation
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit 78bd56e.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
…rget platform / architecture Signed-off-by: Andriy Redko <drreta@gmail.com>
PR Reviewer Guide 🔍(Review updated until commit aee28f1)Here are some key observations to aid the review process:
|
|
Persistent review updated to latest commit 9c31e7d |
PR Code Suggestions ✨Latest suggestions up to aee28f1
Previous suggestionsSuggestions up to commit 9c31e7d
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #20698 +/- ##
============================================
- Coverage 73.25% 73.21% -0.04%
- Complexity 71966 71982 +16
============================================
Files 5781 5782 +1
Lines 329414 329425 +11
Branches 47531 47533 +2
============================================
- Hits 241307 241192 -115
- Misses 68741 68926 +185
+ Partials 19366 19307 -59 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Andriy Redko <drreta@gmail.com>
|
Persistent review updated to latest commit aee28f1 |
|
❌ Gradle check result for aee28f1: 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 aee28f1: 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? |
…rget platform / architecture (opensearch-project#20698) Signed-off-by: Andriy Redko <drreta@gmail.com> Signed-off-by: Ankit Jain <jainankitk@apache.org>
Description
The AWS Crt client is not available on all platforms / architectures and fails with:
In this case it would make sense to fallback to
nettyHTTP client type since users do not know which platforms they may be running on.Related Issues
N/A
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.