-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Backport 'Fix calculation of how much shared memory is required to store a TOC' #6881
Comments
@tedyu -- Why can't I find the commit id you mention: ac883ac453 ? |
Looking at ac883ac453e9c479f397780918f235c440b7a02f :
The new comments are in YB.
|
tedyu
added a commit
that referenced
this issue
Jan 15, 2021
…required to store a TOC' Summary: Upstream commit 2ad78a87f018260d4474eee63187e1cc73c9b976: Original commit message Commit ac883ac453 refactored shm_toc_estimate() but changed its calculation of shared memory size for TOC incorrectly. Previously this could cause too large memory to be allocated.Current YB code contains commit ac883ac453. Backport this fix so that no too large memory is allocated. Test Plan: Run test suite via Jenkins Reviewers: jason Reviewed By: jason Subscribers: yql Differential Revision: https://phabricator.dev.yugabyte.com/D10367
polarweasel
pushed a commit
to lizayugabyte/yugabyte-db
that referenced
this issue
Mar 9, 2021
…mory is required to store a TOC' Summary: Upstream commit 2ad78a87f018260d4474eee63187e1cc73c9b976: Original commit message Commit ac883ac453 refactored shm_toc_estimate() but changed its calculation of shared memory size for TOC incorrectly. Previously this could cause too large memory to be allocated.Current YB code contains commit ac883ac453. Backport this fix so that no too large memory is allocated. Test Plan: Run test suite via Jenkins Reviewers: jason Reviewed By: jason Subscribers: yql Differential Revision: https://phabricator.dev.yugabyte.com/D10367
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upstream commit 2ad78a87f018260d4474eee63187e1cc73c9b976:
Current YB code contains commit ac883ac453.
Backport this fix so that no too large memory is allocated
The text was updated successfully, but these errors were encountered: