You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Min Zhou (JIRA)" <ji...@apache.org> on 2014/01/21 20:13:24 UTC

[jira] [Commented] (TAJO-521) org.apache.tajo.rpc.NettyClientBase throws IOE

    [ https://issues.apache.org/jira/browse/TAJO-521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13877754#comment-13877754 ] 

Min Zhou commented on TAJO-521:
-------------------------------

I can't reproduce it after applied TAJO-522 and TAJO-537, thus I'd like to close this issue.

> org.apache.tajo.rpc.NettyClientBase throws IOE
> ----------------------------------------------
>
>                 Key: TAJO-521
>                 URL: https://issues.apache.org/jira/browse/TAJO-521
>             Project: Tajo
>          Issue Type: Bug
>          Components: distributed query plan
>    Affects Versions: 0.8-incubating
>            Reporter: Min Zhou
>         Attachments: worker.log
>
>
> I deployed two tajo clusters, one was applied TAJO-475, the other is on revision b1ff37cf09520808d27565faf2f492a4b1389970. Both of them failed in doing a select count(1) from supplier query, with a IOException 
> {noformat}
> 2014-01-19 03:02:20,612 ERROR master.ContainerProxy (TajoContainerProxy.java:assignExecutionBlock(87)) -
> java.io.IOException
>         at org.apache.tajo.rpc.NettyClientBase.init(NettyClientBase.java:76)
>         at org.apache.tajo.rpc.AsyncRpcClient.<init>(AsyncRpcClient.java:67)
>         at org.apache.tajo.master.TajoContainerProxy.assignExecutionBlock(TajoContainerProxy.java:71)
>         at org.apache.tajo.master.TajoContainerProxy.launch(TajoContainerProxy.java:61)
>         at org.apache.tajo.worker.TajoResourceAllocator$LaunchRunner.run(TajoResourceAllocator.java:189)
>         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
>         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>         at java.lang.Thread.run(Thread.java:662)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)