Skip to content

symbolizer: reduce the number of debuginfo copies#5330

Merged
brancz merged 1 commit into
parca-dev:mainfrom
danipozo:reduce-debuginfo-copies-when-symbolizing
Jan 16, 2025
Merged

symbolizer: reduce the number of debuginfo copies#5330
brancz merged 1 commit into
parca-dev:mainfrom
danipozo:reduce-debuginfo-copies-when-symbolizing

Conversation

@danipozo

Copy link
Copy Markdown
Contributor

Check the existence of debuginfo files in the temporary directory to reduce the number of copies on each request, which drives high disk usage and latency.

@danipozo
danipozo requested a review from a team as a code owner November 27, 2024 16:18

@brancz brancz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

this needs a go fmt as well, otherwise the strategy lgtm

Comment thread pkg/symbolizer/symbolizer.go Outdated
@danipozo
danipozo force-pushed the reduce-debuginfo-copies-when-symbolizing branch from 4762250 to a2198b8 Compare December 9, 2024 10:48
@danipozo
danipozo force-pushed the reduce-debuginfo-copies-when-symbolizing branch from a2198b8 to 4c37617 Compare December 12, 2024 10:12
@brancz

brancz commented Jan 14, 2025

Copy link
Copy Markdown
Member

Not sure why CI isn't running on this PR. Can you rebase maybe and see if that re-triggers CI?

@danipozo

Copy link
Copy Markdown
Contributor Author

Rebased but it's not triggering the CI

@brancz

brancz commented Jan 14, 2025

Copy link
Copy Markdown
Member

Looks like it's running now!

@brancz

brancz commented Jan 15, 2025

Copy link
Copy Markdown
Member

One small thing the linter is complaining about, then I think this is ready to merge.

@danipozo

Copy link
Copy Markdown
Contributor Author

Seems like Go / Test on arm64 timed out

@brancz
brancz merged commit 84cc112 into parca-dev:main Jan 16, 2025
@brancz

brancz commented Jan 16, 2025

Copy link
Copy Markdown
Member

Merged, that job is not very reliable and super slow and I don't want to slow this down further since I don't think this is any different for arm64 and x86.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants