Details
-
Bug
-
Status: Open
-
Blocker
-
Resolution: Unresolved
-
3.4.0
-
None
Description
There's been a regression in the HDFS native client tests. These tests are failing -
test_test_libhdfs_ops_hdfs_static test_test_libhdfs_threaded_hdfs_static test_test_libhdfs_zerocopy_hdfs_static test_test_native_mini_dfs test_libhdfs_threaded_hdfspp_test_shim_static test_hdfspp_mini_dfs_smoke_hdfspp_test_shim_static libhdfs_mini_stress_valgrind_hdfspp_test_static memcheck_libhdfs_mini_stress_valgrind_hdfspp_test_static test_libhdfs_mini_stress_hdfspp_test_shim_static test_hdfs_ext_hdfspp_test_shim_static
Because of the following exception -
SocketTimeoutException: 60000 millis timeout while waiting for channel to be ready for read. ch : java.nio.channels.SocketChannel[connected local=/127.0.0.1:59874 remote=localhost/127.0.0.1:33567]java.net.SocketTimeoutException: Call From cd9d74e12c88/172.17.0.3 to localhost:33567 failed on socket timeout exception: java.net.SocketTimeoutException: 60000 millis timeout while waiting for channel to be ready for read. ch : java.nio.channels.SocketChannel[connected local=/127.0.0.1:59874 remote=localhost/127.0.0.1:33567]; For more details see: http://wiki.apache.org/hadoop/SocketTimeout at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ...
This is the last known successful run - https://github.com/apache/hadoop/pull/3945.