Re: Unable to find cached index metadata

2018-09-02 Thread Batyrshin Alexander
e with many indexes on it. On upserts we getting this > error: > > o.a.phoenix.execute.MutationState - Swallowing exception and retrying after > clearing meta cache on connection. java.sql.SQLException: ERROR 2008 (INT10): > Unable to find cached index metadata. ERROR 2008 (INT1

Re: Unable to find cached index metadata

2018-09-02 Thread Thomas D'Silva
.sql.SQLException: ERROR 2008 > (INT10): Unable to find cached index metadata. ERROR 2008 (INT10): ERROR > 2008 (INT10): Unable to find cached index metadata. key=8283602185356160420 > region=HISTORY,D\xEF\xBF\xBD\xEF\xBF\xBDNt\x1B\xEF\xBF\xBD\ > xEF\xBF\xBD\xEF\xBF\xBD5\x1E

Unable to find cached index metadata

2018-09-02 Thread Batyrshin Alexander
Hello all, We use mutable table with many indexes on it. On upserts we getting this error: o.a.phoenix.execute.MutationState - Swallowing exception and retrying after clearing meta cache on connection. java.sql.SQLException: ERROR 2008 (INT10): Unable to find cached index metadata. ERROR 2008

Re: Unable to find cached index metadata

2016-11-26 Thread James Taylor
obal, the data table has more than a 100B rows > > 2016-11-26 12:15:41,250 INFO > [RW.default.writeRpcServer.handler=40,queue=6,port=16020] > util.IndexManagementUtil: Rethrowing > org.apache.hadoop.hbase.DoNotRetryIOException: ERROR 2008 (INT10): ERROR >

Unable to find cached index metadata

2016-11-26 Thread Neelesh
,queue=6,port=16020] util.IndexManagementUtil: Rethrowing org.apache.hadoop.hbase.DoNotRetryIOException: ERROR 2008 (INT10): ERROR 2008 (INT10): Unable to find cached index metadata. key=7015231383024113337 region=,-056946674 ,1477336770695.07d70ebd63f737a62e24387cf0912af5. Index update

Re: ERROR 2008 (INT10): Unable to find cached index metadata.

2016-02-17 Thread anil gupta
o 360. This still does not help and we keep >>>> seeing this once in a while. What's not clear is also if this setting is >>>> relevant for client or just the server. >>>> >>>> Any help is appreciated >>>> >>>> org.ap

Re: ERROR 2008 (INT10): Unable to find cached index metadata.

2016-02-17 Thread Neelesh
tting is >>> relevant for client or just the server. >>> >>> Any help is appreciated >>> >>> org.apache.phoenix.execute.CommitException: java.sql.SQLException: ERROR >>> 2008 (INT10)

Re: ERROR 2008 (INT10): Unable to find cached index metadata.

2016-02-17 Thread Neelesh
s not clear is also if this setting is relevant >> for client or just the server. >> >> Any help is appreciated >> >> org.apache.phoenix.execute.CommitException: java.sql.SQLException: ERROR >> 2008 (INT10): Unable to find cached index metadata. ERROR 2008 (

Re: ERROR 2008 (INT10): Unable to find cached index metadata.

2016-02-17 Thread anil gupta
What's not clear is also if this setting is relevant for > client or just the server. > > Any help is appreciated > > org.apache.phoenix.execute.CommitException: java.sql.SQLException: ERROR 2008 > (INT10): Unable to find cached index metadata. ERROR 2008 (INT10): ERROR > 2008

Re: Global Secondary Index: ERROR 2008 (INT10): Unable to find cached index metadata. (PHOENIX-1718)

2016-01-15 Thread anil gupta
ave created a global secondary in one table. I >> am running MapReduce job with 20 reducers to load data into this >> table(maybe i m doing 50 writes/second/reducer). Dataset is around 500K >> rows only. My mapreduce job is failing due to this exception: >> Caused by: org.apache.ph

Re: Global Secondary Index: ERROR 2008 (INT10): Unable to find cached index metadata. (PHOENIX-1718)

2016-01-14 Thread James Taylor
My mapreduce job is failing due to this exception: > Caused by: org.apache.phoenix.execute.CommitException: > java.sql.SQLException: ERROR 2008 (INT10): Unable to find cached index > metadata. ERROR 2008 (INT10): ERROR 2008 (INT10): Unable to find cached > index metadata. key=-4135398719

Re: Global Secondary Index: ERROR 2008 (INT10): Unable to find cached index metadata. (PHOENIX-1718)

2016-01-10 Thread Anil Gupta
es/second/reducer). Dataset is around 500K rows only. My > mapreduce job is failing due to this exception: > Caused by: org.apache.phoenix.execute.CommitException: java.sql.SQLException: > ERROR 2008 (INT10): Unable to find cached index metadata. ERROR 2008 > (INT10): ERROR 2008 (INT10

RE: Re: Unable to find cached index metadata

2014-09-02 Thread rajeshbabu chintaguntla
...@certusnet.com.cn [su...@certusnet.com.cn] Sent: Tuesday, September 02, 2014 8:27 AM To: user Subject: Re: Re: Unable to find cached index metadata Hi, Thanks for your reply. Sorry for not completely describing my job information. I had configured the properties in hbase-site.xml in hmaster node

Re: RE: Unable to find cached index metadata

2014-09-02 Thread su...@certusnet.com.cn
()’ //hbaseUpsertExecutor.executeBatch() //stmt.execute(); } hbaseUpsertExecutor.executeBatch() // connection.setAutoCommit(false); conn.commit(); // here got the error message. ERROR 2008 (INT10): Unable to find cached index metadata. // logger.info( inserted batch + batchIndex