You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Gabriel Reid (JIRA)" <ji...@apache.org> on 2014/07/13 08:46:05 UTC

[jira] [Resolved] (PHOENIX-969) java.util.concurrent.TimeoutException while reading the result set

     [ https://issues.apache.org/jira/browse/PHOENIX-969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gabriel Reid resolved PHOENIX-969.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 4.1
                   3.1
                   5.0.0

Resolved by PHOENIX-539

> java.util.concurrent.TimeoutException while reading the result set
> ------------------------------------------------------------------
>
>                 Key: PHOENIX-969
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-969
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 3.0.0, 4.0.0
>            Reporter: Cristian Armaselu
>             Fix For: 5.0.0, 3.1, 4.1
>
>
> I'm querying from a windows client a PTable 750k rows, 50 columns with a limit to 100k records.
> This is what I'm getting in the client:
> Exception in thread "main" java.lang.reflect.InvocationTargetException
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at com.intellij.rt.execution.CommandLineWrapper.main(CommandLineWrapper.java:121)
> Caused by: org.apache.phoenix.exception.PhoenixIOException
> 	at org.apache.phoenix.util.ServerUtil.parseServerException(ServerUtil.java:97)
> 	at org.apache.phoenix.iterate.ParallelIterators.getIterators(ParallelIterators.java:289)
> 	at org.apache.phoenix.iterate.ConcatResultIterator.getIterators(ConcatResultIterator.java:44)
> 	at org.apache.phoenix.iterate.ConcatResultIterator.currentIterator(ConcatResultIterator.java:66)
> 	at org.apache.phoenix.iterate.ConcatResultIterator.next(ConcatResultIterator.java:86)
> 	at org.apache.phoenix.iterate.DelegateResultIterator.next(DelegateResultIterator.java:40)
> 	at org.apache.phoenix.iterate.LimitingResultIterator.next(LimitingResultIterator.java:46)
> 	at org.apache.phoenix.jdbc.PhoenixResultSet.next(PhoenixResultSet.java:732)
> 	at com.epsilon.cds.service.phoenix.PhoenixJdbcTest.queryData(PhoenixJdbcTest.java:728)
> 	at com.epsilon.cds.service.phoenix.PhoenixJdbcTest.main(PhoenixJdbcTest.java:751)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:606)
> 	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134)
> 	... 5 more
> Caused by: java.util.concurrent.TimeoutException
> 	at java.util.concurrent.FutureTask.get(FutureTask.java:201)
> 	at org.apache.phoenix.iterate.ParallelIterators.getIterators(ParallelIterators.java:283)
> 	... 18 more



--
This message was sent by Atlassian JIRA
(v6.2#6252)