-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[agg] Use timestamp (not start aligned) for expiring forward versions (…
…#3922) The forward_writer uses a version map indexed by timestamp, which is not start aligned. When the flusher passes the set of times to expire, it needs to convert the start aligned time to a timestamp. This manifests as a significant memory leak for sparse workloads where the timestamp of N != start aligned time of N+1. In those cases the versions are never GCd when they expire out of the buffer.
- Loading branch information
1 parent
d2d4306
commit a4f7af1
Showing
5 changed files
with
59 additions
and
12 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.