-
Notifications
You must be signed in to change notification settings - Fork 352
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
Revert increase in default pool size #1060
Conversation
@justinstoller Can you add some info to the commit message (maybe linking to the issue) about why we're doing this? |
We should also revert the changelog entry: b340894 |
This reverts commit f9f801b.
9a3d295
to
31ea9ad
Compare
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. |
@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.
31ea9ad
to
007d37b
Compare
Updated the commit message and put it in the PR description. |
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.