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

Revert increase in default pool size #1060

Merged

Conversation

justinstoller
Copy link
Member

@justinstoller justinstoller commented May 5, 2020

After updating the default pool_size, a race condition was
found when initializing our local git cache. See
#1058 for the issue in detail.

When attempting a fix we realized that there were multiple copies of the
code to iterate over modules to manage. See
#1059 for a first attempt at this
problem and discussion.

In order to meet our current timelines, the default will need to reverted
until we can fix this issue properly. Hence this commit and a55536c.

This commit was necessary because the CHANGELOG has been refactored since
the commit referencing the default was added.

@mwaggett
Copy link
Contributor

mwaggett commented May 5, 2020

@justinstoller Can you add some info to the commit message (maybe linking to the issue) about why we're doing this?

@mwaggett
Copy link
Contributor

mwaggett commented May 5, 2020

We should also revert the changelog entry: b340894

@justinstoller justinstoller force-pushed the maint-revert-defaultpoolsize branch from 9a3d295 to 31ea9ad Compare May 5, 2020 22:27
@justinstoller justinstoller changed the title Revert "Merge pull request #1044 from npwalker/increase_default_pool_size" Revert increase in default pool size May 5, 2020
@justinstoller
Copy link
Member Author

The changelog entry doesn't revert, there's been additional changes since then formatting the changelog line. I've added a new commit removing it.

Magisus
Magisus previously approved these changes May 5, 2020
@mwaggett
Copy link
Contributor

mwaggett commented May 6, 2020

@justinstoller if you update the commit message, I will merge

After updating the default pool_size, a race condition was
found when initializing our local git cache. See
puppetlabs#1058 for the issue in detail.

When attempting a fix we realized that there were multiple copies of the
code to iterate over modules to manage. See
puppetlabs#1059 for a first attempt at this
problem and discussion.

In order to meet our current timelines, the default will need to reverted
until we can fix this issue properly. Hence this commit and a55536c.

This commit was necessary because the CHANGELOG has been refactored since
the commit referencing the default was added.
@justinstoller
Copy link
Member Author

Updated the commit message and put it in the PR description.

@Magisus Magisus merged commit c2ab6f8 into puppetlabs:master May 6, 2020
@justinstoller justinstoller deleted the maint-revert-defaultpoolsize branch April 27, 2021 21:57
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.

3 participants