Frederic Branczyk
Frederic Branczyk
I'd love to see it as a bug fix! I did indeed go by that document. I think samples count is a good choice though, it's a simpler unit to...
Off the top of my head, I think as long as we still produce 2h blocks the time we actually run compaction could be offset (hard to tell for me...
> There's many places we already take advantage or plan to take advantage of the fact that blocks always have the same phase, changing that would break lots of things...
Let's say we had a configurable duration over which servers randomly distribute their starting time for compaction, could we not use that duration to account for that? It's a trade-off...
> What is your overall use case? We use this library during symbolization in the [Parca continuous profiling project](https://github.com/parca-dev/parca). Demangling happens at query time (the idea being that the minimum...
I think we just need to change the whole symbolization strategy here. We can do all of this entirely without the `godwarf.LoadTree` stuff and it'll make everything way faster, at...
That's right, but I hope to get to working on this soon, as right now it's quite terrible as it depends on the binaries involved how much memory is used,...
You’re gonna have to delete it because what probably happened was that your binary had some symbols left so the agent still uploaded something. Now it won’t reupload as “valid”...
Not at the moment, the way our customers prevent this from ever happening, is by uploading the debuginfo in CI/CD before the binary is ever in production using [parca-debuginfo](https://github.com/parca-dev/parca-debuginfo). That...
A benchmark suggested that this was significantly slower than the previous approach.