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

release-19.2: rowexec: account for some additional memory used by stats collection #48342

Merged
merged 1 commit into from
May 4, 2020

Conversation

rytaft
Copy link
Collaborator

@rytaft rytaft commented May 4, 2020

Backport 1/1 commits from #47106.

/cc @cockroachdb/release


Prior to this commit, we did not account for the memory used in the
sampleAggregator when we copy all samples into a new slice before
generating a histogram. This commit adds some additional memory
accounting for this overhead.

Informs #45812

Release note: None

Prior to this commit, we did not account for the memory used in the
sampleAggregator when we copy all samples into a new slice before
generating a histogram. This commit adds some additional memory
accounting for this overhead.

Informs cockroachdb#45812

Release note: None
@rytaft rytaft requested review from yuzefovich and RaduBerinde May 4, 2020 14:56
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Member

@yuzefovich yuzefovich left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained

@rytaft
Copy link
Collaborator Author

rytaft commented May 4, 2020

bors r+

@craig
Copy link
Contributor

craig bot commented May 4, 2020

Build succeeded

@craig craig bot merged commit 4640eea into cockroachdb:release-19.2 May 4, 2020
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.

4 participants