Hi All,
  we are using phoenix 4.4 with HBase 1.1.2 (HortonWorks distribution).
We're struggling with the following error on pretty much all 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.DoNotRetryIOException: ERROR 2008 (INT10): ERROR
2008 (INT10): Unable to find cached index metadata.
 key=7015231383024113337 region=<table>,<keyprefix>-056946674
               ,1477336770695.07d70ebd63f737a62e24387cf0912af5. Index
update failed

I looked at https://issues.apache.org/jira/browse/PHOENIX-1718  and bumped
up the settings mentioned there to 1 hour

<property>
<name>phoenix.coprocessor.maxServerCacheTimeToLiveMs</name>
<value>3600000</value>
</property>
<property>
<name>phoenix.coprocessor.maxMetaDataCacheTimeToLiveMs</name>
<value>3600000</value>
</property>

but to no avail.

Any help is appreciated!

Thanks!

Reply via email to