You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@phoenix.apache.org by "sunfl@certusnet.com.cn" <su...@certusnet.com.cn> on 2015/01/29 10:20:24 UTC

回复: PhoenixIOException : Task rejected from org.apache.phoenix.job.JobManager

Hi, 
For the exception info, I tried to increase two configs as phoenix.query.threadPoolSize and phoenix.query.queueSize
However, such exception still exists.

Hoping any experts could explain this.
Thanks,
Sun.





CertusNet 

发件人: sunfl@certusnet.com.cn
发送时间: 2015-01-29 10:44
收件人: user; dev
主题: PhoenixIOException : Task rejected from org.apache.phoenix.job.JobManager
Hi, all

I got strange exception hints when doing query like SELECT COUNT(*) FROM SOME_TABLE; through sqlline and the info is 

 java.lang.RuntimeException: org.apache.phoenix.exception.PhoenixIOException: Task org.apache.phoenix.job.JobManager$JobFutureTask@f55dfff rejected from             

    org.apache.phoenix.job.JobManager$1@165e96e[Running, pool size = 64, active threads = 64, queued tasks = 5000, completed tasks = 5162] 
at sqlline.SqlLine$IncrementalRows.hasNext(SqlLine.java:2440)
at sqlline.SqlLine$TableOutputFormat.print(SqlLine.java:2074)
at sqlline.SqlLine.print(SqlLine.java:1735)
at sqlline.SqlLine$Commands.execute(SqlLine.java:3683)
at sqlline.SqlLine$Commands.sql(SqlLine.java:3584)
at sqlline.SqlLine.dispatch(SqlLine.java:821)
at sqlline.SqlLine.begin(SqlLine.java:699)
at sqlline.SqlLine.mainWithInputRedirection(SqlLine.java:441)
at sqlline.SqlLine.main(SqlLine.java:424)
  However, such query like SELECT * FROM SOME_TABLE LIMIT 10 works. Also, other table count query works too. Don't know what causes this kind of issue. Any
available hints are appreciated.

Thanks,
Sun.







CertusNet