Cant do select = Row length is 0

2016-08-04 Thread vishnu rao
while doing a ---> (select * from BIDDING_EVENTS_PROD WHERE wTs IS NOT NULL AND TS >= 1470201526501 AND TS < 1470287926501;) java.lang.RuntimeException: org.apache.phoenix.exception.PhoenixIOException: org.apache.phoenix.exception.PhoenixIOException:

Phoenix error : Task rejected from org.apache.phoenix.job.JobManager

2016-06-30 Thread vishnu rao
hi i get this error sometimes "task rejected from JobManager..." java.lang.RuntimeException: org.apache.phoenix.exception.PhoenixIOException: Task org.apache.phoenix.job.JobManager$InstrumentedJobFutureTask@1b0a7baf rejected from org.apache.phoenix.job.JobManager$1@62417a16[Running, pool size =

Re: after server restart - getting exception - java.io.IOException: Timed out waiting for lock for row

2016-06-23 Thread vishnu rao
--- On Thu, Jun 23, 2016 at 1:52 PM, rajeshb...@apache.org < chrajeshbab...@gmail.com> wrote: > +user@phoenix > > Hi Vishnu, > > Can you try restarting the region server where you are seeing the timeout > on rowlocks.

Re: [while doing select] getting exception - ERROR 1108 (XCL08): Cache of region boundaries are out of date.

2016-05-09 Thread vishnu rao
/jira/browse/PHOENIX-2249 so you can try > deleting stats for the table "*EVENTS_PROD*'. > > On Mon, May 9, 2016 at 10:56 AM, vishnu rao <jaihind...@gmail.com> wrote: > >> hi guys need help ! >> >> i was getting this exception while doing a select. hbase 1.1 w

[while doing select] getting exception - ERROR 1108 (XCL08): Cache of region boundaries are out of date.

2016-05-08 Thread vishnu rao
hi guys need help ! i was getting this exception while doing a select. hbase 1.1 with phoenix 4.6. * SELECT * FROM EVENTS_PROD WHERE id = 100 AND ts IS NOT NULL AND ts BETWEEN 146249280 AND 146253600 ORDER BY ts DESC;* *--* *7 days retention* *150 regions* *got this error