Skip to content
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

[fix][fn] fix functions_log4j2.xml delete strategy config #21215

Merged
merged 1 commit into from Sep 25, 2023

Conversation

hanmz
Copy link
Contributor

@hanmz hanmz commented Sep 21, 2023

Motivation

In the current function_log4j2.xml deletion policy, the matching rules for log files are incorrect. This will cause log cleaning to fail.

The previous PR [https://github.com//pull/19495] fixed the broker’s log cleaning configuration. But the function’s log configuration file is still wrong.

Modifications

remove "*/" of IfFileName in function_log4j2.xml

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Sep 21, 2023
@Technoboy- Technoboy- added this to the 3.2.0 milestone Sep 21, 2023
Copy link
Contributor

@AnonHxy AnonHxy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Technoboy- Technoboy- closed this Sep 25, 2023
@Technoboy- Technoboy- reopened this Sep 25, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #21215 (890e8b4) into master (eefc517) will increase coverage by 36.37%.
Report is 9 commits behind head on master.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             master   #21215       +/-   ##
=============================================
+ Coverage     36.75%   73.12%   +36.37%     
- Complexity    12193    32465    +20272     
=============================================
  Files          1698     1887      +189     
  Lines        130430   140826    +10396     
  Branches      14250    15632     +1382     
=============================================
+ Hits          47940   102984    +55044     
+ Misses        76167    29671    -46496     
- Partials       6323     8171     +1848     
Flag Coverage Δ
inttests 24.53% <ø> (+0.39%) ⬆️
systests 24.68% <ø> (-0.08%) ⬇️
unittests 72.40% <ø> (+40.51%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1454 files with indirect coverage changes

@Technoboy- Technoboy- merged commit 944c9a0 into apache:master Sep 25, 2023
93 of 97 checks passed
liangyuanpeng pushed a commit to liangyuanpeng/pulsar that referenced this pull request Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants