Skip to content

ARROW-2448: [Plasma] Reference counting for PlasmaClient::Impl - #1939

Closed
pcmoritz wants to merge 7 commits into
apache:masterfrom
pcmoritz:autoget-sharedptr
Closed

ARROW-2448: [Plasma] Reference counting for PlasmaClient::Impl#1939
pcmoritz wants to merge 7 commits into
apache:masterfrom
pcmoritz:autoget-sharedptr

Conversation

@pcmoritz

Copy link
Copy Markdown
Contributor

This is a followup to #1933 which does reference counting of the PlasmaClient held by PlasmaBuffers to avoid the segfault in ARROW-2448.

@xhochyxhochy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1, LGTM

Comment threadpython/pyarrow/tests/test_plasma.py Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

You could check buffer contents before this line.

Comment threadpython/pyarrow/tests/test_plasma.py Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Add a comment explaining what this test checks for?

@pitroupitrou changed the title ARROW-2448: Reference counting for PlasmaClient::ImplARROW-2448: [Plasma] Reference counting for PlasmaClient::ImplApr 25, 2018
@pitrou

Copy link
Copy Markdown
Member

Can you rebase to fix the CI failure?

@pcmoritz

Copy link
Copy Markdown
ContributorAuthor

It's rebased now, the remaining test failure is unrelated I think.

Sign up for freeto 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

@pcmoritz@pitrou@xhochy