muyangren123456 opened a new issue, #45335: URL: https://github.com/apache/arrow/issues/45335
### Describe the usage question you have. Please include as many useful details as possible. I am using arrow-7.0.0 and hadoop3.2.1. When I connect to hdfs through fs::FileSystemFromUriOrPath provided by arrow, the function is normal. However, when I introduce the libGKlib.so library into the project, the connection with hdfs will be reported with Exception: java.lang.StackOverflowError thrown from the UncaughtExceptionHandler in thread "process reaper". The libGKlib.so library from https://github.com/KarypisLab/GKlib 。I find the error happened in [arrow/cpp/src/arrow/io/hdfs_internal.cc](https://github.com/apache/arrow/blob/12f62653c825fbf305bfde61c112d2aa69203c62/cpp/src/arrow/io/hdfs_internal.cc#L1409) hdfsFS LibHdfsShim::BuilderConnect ### Component(s) C++ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
