[Enhancement] Set Async-profiler log level to error to avoid repeating waring logs#67297
Merged
gengjun-git merged 2 commits intoStarRocks:mainfrom Dec 30, 2025
Merged
Conversation
|
Contributor
|
@cursor review |
Contributor
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
Contributor
[FE Incremental Coverage Report]✅ pass : 4 / 4 (100.00%) file detail
|
Contributor
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
Youngwb
approved these changes
Dec 30, 2025
nshangyimingCD
approved these changes
Dec 30, 2025
Contributor
|
@Mergifyio backport branch-4.0 |
Contributor
✅ Backports have been createdDetails
|
mergify bot
pushed a commit
that referenced
this pull request
Dec 30, 2025
…g waring logs (#67297) ## Why I'm doing: To avoid the following logs in fe.out ``` [WARN] Kernel symbols are unavailable due to restrictions. Try sysctl kernel.perf_event_paranoid=1 sysctl kernel.kptr_restrict=0 ``` Signed-off-by: gengjun-git <gengjun@starrocks.com> (cherry picked from commit 33b2099)
24 tasks
arin-mirza
pushed a commit
to arin-mirza/starrocks
that referenced
this pull request
Dec 30, 2025
…g waring logs (StarRocks#67297) ## Why I'm doing: To avoid the following logs in fe.out ``` [WARN] Kernel symbols are unavailable due to restrictions. Try sysctl kernel.perf_event_paranoid=1 sysctl kernel.kptr_restrict=0 ``` Signed-off-by: gengjun-git <gengjun@starrocks.com>
farhad-celo
pushed a commit
to farhad-celo/starrocks
that referenced
this pull request
Jan 20, 2026
…g waring logs (StarRocks#67297) ## Why I'm doing: To avoid the following logs in fe.out ``` [WARN] Kernel symbols are unavailable due to restrictions. Try sysctl kernel.perf_event_paranoid=1 sysctl kernel.kptr_restrict=0 ``` Signed-off-by: gengjun-git <gengjun@starrocks.com> Signed-off-by: Farhad Shahmohammadi <f.shahmohammadi@celonis.com>
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.



Why I'm doing:
To avoid the following logs in fe.out
What I'm doing:
Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check:
Note
Sets AsyncProfiler to log only errors and refactors command construction.
genStartCommandto buildstartcommands withloglevel=error,cstack=vm, and configurablejstackdepthWritten by Cursor Bugbot for commit ee76bc7. This will update automatically on new commits. Configure here.