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

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

Robert Nishihara created ARROW-3348:
---------------------------------------

             Summary: 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


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)