You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2022/10/12 15:33:00 UTC

[jira] [Commented] (ARROW-13423) PlasmaStoreFull on empty store

    [ https://issues.apache.org/jira/browse/ARROW-13423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17616522#comment-17616522 ] 

Joris Van den Bossche commented on ARROW-13423:
-----------------------------------------------

Not an answer to you actual issue, but note that Plasma is deprecated (see ARROW-17860 and the email thread that is linked there)


> PlasmaStoreFull on empty store
> ------------------------------
>
>                 Key: ARROW-13423
>                 URL: https://issues.apache.org/jira/browse/ARROW-13423
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++ - Plasma, Python
>    Affects Versions: 4.0.1
>            Reporter: Max Levine
>            Priority: Major
>
> I am trying to run plasma on a shared linux-based HPC system.
> I start the server with:
> {code:java}
> plasma_store -m 500000000 -s $PERSONAL_DIR/plasma -d $PERSONAL_DIR/store{code}
> Then in a separate terminal in python I run:
> {code:java}
> import os
> import pyarrow.plasma as plasma
> client = plasma.connect(os.environ["PERSONAL_DIR"] + "/plasma")
> object_id = client.put("hello, world")
> {code}
> However I get:
> {code:java}
> PlasmaStoreFull: object does not fit in the plasma store
> {code}
> although the plasma store is empty.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)