-
Couldn't load subscription status.
- Fork 2.3k
Expose SETTING_GRPC_MAX_MSG_SIZE to settings service #18910
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
Expose SETTING_GRPC_MAX_MSG_SIZE to settings service #18910
Conversation
|
❌ Gradle check result for 7ef65d4: 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? |
7ef65d4 to
3a958d0
Compare
|
lgtm, provided changelog entry is added later |
|
❌ Gradle check result for 3a958d0: 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: Finn Carroll <carrofin@amazon.com>
3a958d0 to
290d281
Compare
Signed-off-by: Finn Carroll <carrofin@amazon.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #18910 +/- ##
============================================
+ Coverage 72.88% 72.93% +0.05%
- Complexity 69160 69203 +43
============================================
Files 5633 5633
Lines 317978 317978
Branches 45988 45988
============================================
+ Hits 231752 231913 +161
+ Misses 67517 67350 -167
- Partials 18709 18715 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@finnegancarroll should this be back-ported to 3.2? |
(cherry picked from commit bf5b43d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Correcting a previous mistake when adding SETTING_GRPC_MAX_MSG_SIZE. This setting is not included in GrpcPlugin
getSettings. This causes the max size setting to be rejected if set with opensearch.yml.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.