Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Reproducible as follows:
In [3]: con = io.HdfsClient.connect(...) In [4]: f = con.open(hdfs_file_path) In [5]: con = None In [6]: f = None
The attempt to invoke CloseFile on the internal file handle in f causes the JVM to segfault. f should retain a reference to its parent con so this does not occur
Attachments
Issue Links
- is related to
-
ARROW-410 [C++] Add Flush method to arrow::io::OutputStream
- Resolved