You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/09/28 05:26:00 UTC

[jira] [Updated] (ARROW-3348) Plasma store dies when an object that a dead client is waiting for gets created.

     [ https://issues.apache.org/jira/browse/ARROW-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-3348:
----------------------------------
    Labels: pull-request-available  (was: )

> Plasma store dies when an object that a dead client is waiting for gets created.
> --------------------------------------------------------------------------------
>
>                 Key: ARROW-3348
>                 URL: https://issues.apache.org/jira/browse/ARROW-3348
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Plasma (C++)
>            Reporter: Robert Nishihara
>            Assignee: Robert Nishihara
>            Priority: Major
>              Labels: pull-request-available
>
> I will have a patch for this soon.
> To reproduce the bug do the following:
>  # Start plasma store
>  # Create client 1 and have it call {{get(object_id)}}
>  # Kill client 1
>  # Create client 2 and have it kill create an object with ID {{object_id}}
> This will cause the plasma store to crash.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)