Max Levine created ARROW-13423: ---------------------------------- Summary: 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
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.3.4#803005)