[Backport 3.5] [Bugfix] Remove X-Request-Id format restrictions and make size configurable - #21434
Conversation
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit a750930.
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. |
86af795 to
0abcc9c
Compare
PR Reviewer Guide 🔍(Review updated until commit 629706f)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 629706f Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit 629706f
Suggestions up to commit 629706f
Suggestions up to commit 629706f
Suggestions up to commit a750930
Suggestions up to commit a750930
|
|
Code diff analyzer is failing with: This was identified by AI in the upstream PR but now it seems to be hard failing CI. |
|
Persistent review updated to latest commit a750930 |
|
❌ Gradle check result for a750930: 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? |
|
Persistent review updated to latest commit a750930 |
|
❌ Gradle check result for a750930: 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? |
|
Persistent review updated to latest commit a750930 |
|
Persistent review updated to latest commit a750930 |
|
❌ Gradle check result for a750930: 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? |
|
Persistent review updated to latest commit a750930 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 3.5 #21434 +/- ##
============================================
- Coverage 73.35% 73.32% -0.03%
+ Complexity 71967 71929 -38
============================================
Files 5782 5777 -5
Lines 329128 329100 -28
Branches 47451 47449 -2
============================================
- Hits 241442 241326 -116
- Misses 68310 68414 +104
+ Partials 19376 19360 -16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks @finnegancarroll seeing the following error |
Why does it show 3.6 here? |
|
Seems the change is already part of 3.6. Don't understand the reason for failing breaking change validation |
|
@prudhvigodithi FYI I think #21529 would fix the version selection logic and make it branch agnostic. |
|
Thanks @cwperks, |
…pensearch-project#21048) Introduces dynamic http.request_id.max_length setting for configuring maximum length for X-Request-Id headers. Removes the alpha-numeric validation of X-Request-Id. Signed-off-by: Finn Carroll <carrofin@amazon.com>
Signed-off-by: Finn Carroll <carrofin@amazon.com>
a750930 to
629706f
Compare
|
Persistent review updated to latest commit 629706f |
|
❌ Gradle check result for 629706f: 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 629706f: null 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? |
|
Persistent review updated to latest commit 629706f |
|
❌ Gradle check result for 629706f: 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? |
|
Persistent review updated to latest commit 629706f |
|
❌ Gradle check result for 629706f: 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? |
|
Persistent review updated to latest commit 629706f |
47deef3
into
opensearch-project:3.5
Description
Backport 80ce21c from #21048.
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.