You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by hadoop user <ip...@gmail.com> on 2011/01/29 01:11:07 UTC

Why do I get SocketTimeoutException?

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?

Posted by li ping <li...@gmail.com>.
It could be the exception caused by connection between NN and DN

On Sat, Jan 29, 2011 at 8:11 AM, hadoop user <ip...@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
>



-- 
-----李平