[
https://issues.apache.org/jira/browse/ARROW-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17658819#comment-17658819
]
Rok Mihevc commented on ARROW-1788:
-----------------------------------
This issue has been migrated to [issue
#15622|https://github.com/apache/arrow/issues/15622] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> Plasma store crashes when trying to abort objects for disconnected client
> -------------------------------------------------------------------------
>
> Key: ARROW-1788
> URL: https://issues.apache.org/jira/browse/ARROW-1788
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++ - Plasma
> Affects Versions: 0.8.0
> Reporter: Stephanie Wang
> Assignee: Stephanie Wang
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
> ARROW-1775 introduces the ability to abort objects in the Plasma store. When
> a client disconnects, the store iterates through all of the objects and
> either removes the client from the list of object users or aborts the object,
> depending on whether the object was sealed or not.
> Before aborting the object, the store does not first check whether the client
> was the one who created the object. Right now, if a different client created
> the object, the store will crash when aborting it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)