[2.19] Add runtimePermission for localeServiceProvider to fix docker startup issue in 2.19.5#20786
Conversation
…startup issue in 2.19.5 Signed-off-by: Craig Perkins <cwperx@amazon.com>
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit da52269.
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. |
PR Reviewer Guide 🔍(Review updated until commit 735a494)Here are some key observations to aid the review process:
|
|
❌ Gradle check result for da52269: 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 da52269: 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 da52269: 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 da52269: 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 da52269: 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? |
|
Is there any issue with the gradle check because I see BUILD SUCCESSFUL in the output |
|
❌ Gradle check result for da52269: 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? |
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit 735a494.
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. |
|
Persistent review updated to latest commit 735a494 |
|
❌ Gradle check result for 735a494: 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? |
|
Due to opensearch-project/opensearch-build-libraries@bcd46d8 the gradle check is failing in post action, not gradle check itself. In order to unblock 2.19 RC2 will merge this for now. cc: @Divyaasm @prudhvigodithi on the fix soon. Thanks. |
688434c
into
opensearch-project:2.19
Description
Add runtimePermission for localeServiceProvider to fix docker startup issue in 2.19.5
Note: I haven't been able to reproduce this on my mac and plan to try on my dev desktop as well.
Current theory is that it could be related to
-Djava.locale.providers=SPI,COMPATsystem prop but not exactly sure what changed from 2.19.4 to 2.19.5 to introduce this exception on bootup.Stack Trace:
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.