-
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] Install and configure Log4j JUL adapter for Lucene 9.4 (#4754) #4758
Merged
reta
merged 1 commit into
opensearch-project:2.x
from
nknize:backport/backport-4754-to-2.x
Oct 18, 2022
Merged
[Backport 2.x] Install and configure Log4j JUL adapter for Lucene 9.4 (#4754) #4758
reta
merged 1 commit into
opensearch-project:2.x
from
nknize:backport/backport-4754-to-2.x
Oct 18, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nknize
added
enhancement
Enhancement or improvement to existing feature or request
backport
PRs or issues specific to backporting features or enhancments
v2.4.0
'Issues and PRs related to version v2.4.0'
labels
Oct 12, 2022
nknize
force-pushed
the
backport/backport-4754-to-2.x
branch
from
October 12, 2022 21:26
65c366a
to
a76cfb8
Compare
Gradle Check (Jenkins) Run Completed with:
|
reta
approved these changes
Oct 12, 2022
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
…oject#4754) Adds log4j-jul dependency (along with license and notice files) and configures the java.util.logging log4j adapater to route all JUL logs to the proper opensearch locations setup through the LogConfigurator for Lucene 9.4 compatibility. Signed-off-by: Nicholas Walter Knize <[email protected]> (cherry picked from commit beb9915)
nknize
force-pushed
the
backport/backport-4754-to-2.x
branch
from
October 18, 2022 19:35
a76cfb8
to
9bd85dd
Compare
Gradle Check (Jenkins) Run Completed with:
|
This test keeps randomly failing. |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.x #4758 +/- ##
============================================
+ Coverage 70.62% 70.69% +0.06%
- Complexity 57126 57506 +380
============================================
Files 4585 4617 +32
Lines 274526 276033 +1507
Branches 40233 40387 +154
============================================
+ Hits 193876 195130 +1254
- Misses 64403 64661 +258
+ Partials 16247 16242 -5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
reta
approved these changes
Oct 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport
PRs or issues specific to backporting features or enhancments
enhancement
Enhancement or improvement to existing feature or request
v2.4.0
'Issues and PRs related to version v2.4.0'
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport beb9915 from #4754