Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-13423

PlasmaStoreFull on empty store

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 4.0.1
    • None
    • C++ - Plasma, Python
    • None

    Description

      I am trying to run plasma on a shared linux-based HPC system.
      I start the server with:

      plasma_store -m 500000000 -s $PERSONAL_DIR/plasma -d $PERSONAL_DIR/store

      Then in a separate terminal in python I run:

      import os
      import pyarrow.plasma as plasma
      client = plasma.connect(os.environ["PERSONAL_DIR"] + "/plasma")
      object_id = client.put("hello, world")
      

      However I get:

      PlasmaStoreFull: object does not fit in the plasma store
      

      although the plasma store is empty.

      Attachments

        Activity

          People

            Unassigned Unassigned
            levinem1 Max Levine
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: