[fix] [broker] print warn log if compaction task skipped cause by ex#19360
Merged
Technoboy- merged 1 commit intoapache:masterfrom Jan 31, 2023
Merged
[fix] [broker] print warn log if compaction task skipped cause by ex#19360Technoboy- merged 1 commit intoapache:masterfrom
Technoboy- merged 1 commit intoapache:masterfrom
Conversation
Technoboy-
approved these changes
Jan 31, 2023
Contributor
Author
|
/pulsarbot rerun-failure-checks |
Codecov Report
@@ Coverage Diff @@
## master #19360 +/- ##
=============================================
+ Coverage 27.22% 64.27% +37.04%
- Complexity 6264 25978 +19714
=============================================
Files 1644 1818 +174
Lines 123745 133126 +9381
Branches 13495 14646 +1151
=============================================
+ Hits 33693 85568 +51875
+ Misses 84932 39739 -45193
- Partials 5120 7819 +2699
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Motivation
If an exception occurs, the compaction task is skipped, but only prints the log at the debug level. It makes compaction that doesn't execute difficult to detect.
Modifications
change the log level to
warn.Documentation
docdoc-requireddoc-not-neededdoc-completeMatching PR in forked repository
PR in forked repository: