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

[Plasma][Python] plasma.PlasmaClient do not disconnect when user tried to delete it

    XMLWordPrintableJSON

Details

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

    Description

      ```
      import pyarrow.plasma as plasma
      for _ in range(10000):
      c = plasma.connect("/tmp/plasma")
      del c
      ```
      The above code turns out not to call c.disconnect() automatically, and will cause `Connection to IPC socket failed` error.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mengyuxian Yuxian Meng
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: