raulcd opened a new issue, #41005: URL: https://github.com/apache/arrow/issues/41005
### Describe the bug, including details regarding any error messages, version, and platform. The hdfs tests: - [test-conda-python-3.10-hdfs-2.9.2](https://github.com/ursacomputing/crossbow/actions/runs/8547331345/job/23419302768) - [test-conda-python-3.10-hdfs-3.2.1](https://github.com/ursacomputing/crossbow/actions/runs/8547331548/job/23419303765) have been failing with: ``` [ RUN ] TestHadoopFileSystem.ConnectsAgain 24/04/04 00:51:28 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable hdfsBuilderConnect(forceNewInstance=1, nn=impala, port=8020, kerbTicketCachePath=(NULL), userName=hdfs) error: java.lang.IllegalArgumentException: java.net.UnknownHostException: impala /arrow/cpp/src/arrow/io/hdfs_test.cc:122: Failure Failed 'HadoopFileSystem::Connect(&conf_, &client_)' failed with IOError: HDFS connection failed /arrow/cpp/src/arrow/io/hdfs_test.cc:130: Failure Value of: _st.ok() Actual: false Expected: true 'client_->Disconnect()' failed with IOError: HDFS hdfsFS::Disconnect failed. Detail: [errno 9] Bad file descriptor [ FAILED ] TestHadoopFileSystem.ConnectsAgain (657 ms) ``` on 13 tests: ``` [ FAILED ] 13 tests, listed below: [ FAILED ] TestHadoopFileSystem.ConnectsAgain [ FAILED ] TestHadoopFileSystem.MultipleClients [ FAILED ] TestHadoopFileSystem.MakeDirectory [ FAILED ] TestHadoopFileSystem.GetCapacityUsed [ FAILED ] TestHadoopFileSystem.GetPathInfo [ FAILED ] TestHadoopFileSystem.GetPathInfoNotExist [ FAILED ] TestHadoopFileSystem.AppendToFile [ FAILED ] TestHadoopFileSystem.ListDirectory [ FAILED ] TestHadoopFileSystem.ReadableMethods [ FAILED ] TestHadoopFileSystem.LargeFile [ FAILED ] TestHadoopFileSystem.RenameFile [ FAILED ] TestHadoopFileSystem.ChmodChown [ FAILED ] TestHadoopFileSystem.ThreadSafety 13 FAILED TESTS ``` I haven't been able to reproduce locally at the moment. ### Component(s) Continuous Integration -- 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]
