Re: Unable to find cached index metadata

2018-09-02 Thread Batyrshin Alexander
table 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

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
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 > 2008 (INT10): Unable to find cached index metadata. > key=7015231383024113337 region=,-056946674 &

Re: Unable to find cached index metadata

2016-11-26 Thread Neelesh
our region >> servers. The indexes are global, 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.DoNo

Re: Unable to find cached index metadata

2016-11-26 Thread James Taylor
r.handler=40,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.07d70ebd6

Unable to find cached index metadata

2016-11-26 Thread Neelesh
er=40,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 u

Unable to find cached index metadata

2016-03-21 Thread Pedro Gandola
ERROR [B.defaultRpcServer.handler=25,queue=5,port=16020] > parallel.BaseTaskRunner: Found a failed task because: > org.apache.hadoop.hbase.DoNotRetryIOException: *ERROR 2008 (INT10): ERROR > 2008 (INT10): Unable to find cached index metadata.* key=4276342695061435086 > region=BIDDING_EVENTS,\x

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

2016-02-17 Thread anil gupta
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

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

2016-02-17 Thread Neelesh
>>> 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 (INT10): Unable to find cached inde

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

2016-02-17 Thread Neelesh
g 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): >> ERR

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

2016-02-17 Thread anil gupta
r 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 (I

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

2016-02-17 Thread Neelesh
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.apache.phoenix.execute.CommitException: java.sql.SQLException: ERROR 2008 (INT10): Unable to find cached index metadata.

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

2016-01-15 Thread anil gupta
b 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.phoenix.execute.CommitException: >> java.sql.SQLException: ERROR 200

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

2016-01-14 Thread James Taylor
oenix.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=-413539871950113484 > region=BI.TABLE,\x80M*\xBFr\xFF\x05\x1DW\x9A`\x00\x19\x0C\xC0\x0

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

2016-01-10 Thread Anil Gupta
nd 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): Unable to fi

Re: RE: Unable to find cached index metadata

2014-09-02 Thread su...@certusnet.com.cn
values ()’ //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 " + bat

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 and

Re: Re: Unable to find cached index metadata

2014-09-01 Thread su...@certusnet.com.cn
From: rajesh babu Chintaguntla Date: 2014-09-02 10:55 To: user Subject: Re: Unable to find cached index metadata Hi Sun, Thanks for testing, Have you configured following properties at master side and restarted it before creating local indexes? hbase.master.loadbalancer.class

Re: Unable to find cached index metadata

2014-09-01 Thread rajesh babu Chintaguntla
misunderstanding. >Best Regards, Sun. > 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=-861467238479432 > region=RANAPS

Unable to find cached index metadata

2014-09-01 Thread su...@certusnet.com.cn
prefixed with '_LOCAL_IDX_' + TableRef. Any available hints? Also corrects me if I got some misunderstanding. Best Regards, Sun. org.apache.phoenix.execute.CommitException: java.sql.SQLException: ERROR 2008 (INT10): Unable to find cached index metadata. ERROR 2008 (INT10): E