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

[v23.2.x] Add at: in Top-N alloc site output #16104

Conversation

vbotbuildovich
Copy link
Collaborator

Backport of PR #15616
Fixes: #16102,

travisdowns and others added 2 commits January 15, 2024 19:21
Move the format implementation out of the header for
ss::memory::allocation_site.

(cherry picked from commit 69541e5)
When we OOM we output the top-N alloc sites and a one-line backtrace.

However, sesatar-addr2line fails to recognize it because the one-line
regex requires backtrace: or at: in order to understand that it's a
one-line backtrace.

So we add 'at:' in the string, which is a recognized token to
introduce a backtrace.

Fixes redpanda-data#15615.

(cherry picked from commit d7547d4)
@vbotbuildovich vbotbuildovich added this to the v23.2.x-next milestone Jan 15, 2024
@vbotbuildovich vbotbuildovich added the kind/backport PRs targeting a stable branch label Jan 15, 2024
@travisdowns travisdowns marked this pull request as ready for review January 16, 2024 00:08
@travisdowns travisdowns self-assigned this Jan 16, 2024
@piyushredpanda piyushredpanda merged commit ce90d34 into redpanda-data:v23.2.x Jan 19, 2024
22 of 24 checks passed
@piyushredpanda piyushredpanda modified the milestones: v23.2.x-next, v23.2.23 Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/redpanda kind/backport PRs targeting a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants