Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.0.0
-
None
-
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.