Re: Unable to find cached index metadata

2018-09-02 Thread Batyrshin Alexander
Yes, it's longer. Thank you. We will try to decrease batch size > On 3 Sep 2018, at 04:14, Thomas D'Silva wrote: > > Is your cluster under heavy write load when you see these expceptions? How > long does it take to write a batch of mutations? > If its longer than the config value of

Re: Unable to find cached index metadata

2018-09-02 Thread Thomas D'Silva
Is your cluster under heavy write load when you see these expceptions? How long does it take to write a batch of mutations? If its longer than the config value of maxServerCacheTimeToLiveMs you will see the exception because the index metadata expired from the cache. On Sun, Sep 2, 2018 at 4:02

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