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

Fix PB connection pool (pbc_pool_master) leaks #986

Merged
merged 9 commits into from
Oct 7, 2014

Conversation

shino
Copy link
Contributor

@shino shino commented Oct 6, 2014

This PR addresses two cases described in #985 .

The specfic requests are in the comment of the above issue.
#985 (comment)

@shino
Copy link
Contributor Author

shino commented Oct 6, 2014

push one commit to address @kuenishi 's comment

@shino
Copy link
Contributor Author

shino commented Oct 6, 2014

Fix in multibag side is needed. So change dep reference to its master branch.

@@ -54,5 +54,5 @@

{deps_ee, [
{riak_repl_pb_api,".*",{git,"git@github.com:basho/riak_repl_pb_api.git", {tag, "0.2.5"}}},
{riak_cs_multibag,".*",{git,"git@github.com:basho/riak_cs_multibag.git", {tag, "1.5.0"}}}
{riak_cs_multibag,".*",{git,"git@github.com:basho/riak_cs_multibag.git", {branch, "master"}}}
Copy link
Contributor

Choose a reason for hiding this comment

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

I would merge the fix in riak_cs_multibag, create a new tag on that repo, and update this prior to merging. Otherwise you're introducing nondeterminism into the build.

Copy link
Contributor

Choose a reason for hiding this comment

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

+1 to Kelly

@shino shino force-pushed the bugfix/pbc-pool-leak branch 2 times, most recently from d9f6fd1 to 20b1265 Compare October 7, 2014 01:43
borshop added a commit that referenced this pull request Oct 7, 2014
Fix PB connection pool (pbc_pool_master) leaks

Reviewed-by: kuenishi
@kuenishi
Copy link
Contributor

kuenishi commented Oct 7, 2014

branching strategy

@kuenishi
Copy link
Contributor

kuenishi commented Oct 7, 2014

@borshop merge

@borshop borshop merged commit 48f096c into release/1.5 Oct 7, 2014
@kuenishi kuenishi deleted the bugfix/pbc-pool-leak branch October 7, 2014 06:36
@shino shino modified the milestone: 1.5.2 Oct 9, 2014
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.

None yet

4 participants