Why do I get SocketTimeoutException?

2011-01-28 Thread hadoop user
What are possible causes due to which I might get SocketTimeoutException ?


11/01/28 19:01:36 INFO hdfs.DFSClient: Exception in createBlockOutputStream
java.net.SocketTimeoutException: 69000 millis timeout while waiting for
channel to be ready for connect. ch :
java.nio.channels.SocketChannel[connection-pending
remote=/XX.XXX.XX.X:50010]
11/01/28 19:01:36 INFO hdfs.DFSClient: Abandoning block
blk_987175206123664825_1215418

Thanks,
Ravi


Re: Why do I get SocketTimeoutException?

2011-01-28 Thread li ping
It could be the exception caused by connection between NN and DN

On Sat, Jan 29, 2011 at 8:11 AM, hadoop user iphul...@gmail.com wrote:

 What are possible causes due to which I might get SocketTimeoutException ?


 11/01/28 19:01:36 INFO hdfs.DFSClient: Exception in createBlockOutputStream
 java.net.SocketTimeoutException: 69000 millis timeout while waiting for
 channel to be ready for connect. ch :
 java.nio.channels.SocketChannel[connection-pending
 remote=/XX.XXX.XX.X:50010]
 11/01/28 19:01:36 INFO hdfs.DFSClient: Abandoning block
 blk_987175206123664825_1215418

 Thanks,
 Ravi




-- 
-李平