-
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
[Backport 2.x] Allow customization of netty channel handles before and during decompression #10442
Conversation
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Compatibility status:Checks if related components are compatible with change e7d0bed Incompatible componentsIncompatible components: [https://github.com/opensearch-project/performance-analyzer.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/performance-analyzer-rca.git, https://github.com/opensearch-project/neural-search.git] |
Gradle Check (Jenkins) Run Completed with:
|
@peternied Can you re-run the CI on this PR and get it merged to the 2.x line? |
@cwperks Could you '+1' existing or create issues for the random failures associated with the first CI run [1]? I've re-trigged the CI run
|
Gradle Check (Jenkins) Run Completed with:
|
|
@peternied all of the flaky tests have corresponding issues associated with them. I added +1 or a comment on each issue. |
Can we get a prioritized review on this? This is blocking 2.12 version bump: opensearch-project/security#3498 which in turn is blocking build on main due to backward-compatibility test expecting 2.12 |
@DarshitChanpura I'm be monitoring this |
Gradle Check (Jenkins) Run Completed with:
|
Manual backport of #10261 to 2.x.
There are differences in the netty pipeline between main and 2.x (mainly around http2). This PR updates the test to accommodate for the differences.