Same one but now I think we have found the cause. we have one column qualifier and five columns in every table. We will add singlecolumnvaluefilter to the scan based on the input parameters. All the time scan is successful except when we add that specific column. We have tested other four columns with single column value filter in a single scan and the scan is successful. But when I test with this specific column I am getting this lease exception.
Is there any reason? On Thu, Jan 19, 2017 at 6:01 PM, Yu Li <car...@gmail.com> wrote: > So the answer in the previous mail thread > <http://mail-archives.apache.org/mod_mbox/hbase-user/ > 201701.mbox/%3CCAM7-19+6mbP5Cdmtoovh4aN5H_GPaFAzy1xt_ > tdl1mum+t-...@mail.gmail.com%3E> > didn't resolve your problem, or this is a new one? If a new one, mind talk > about more details? Thanks. > > Best Regards, > Yu > > On 19 January 2017 at 20:08, Rajeshkumar J <rajeshkumarit8...@gmail.com> > wrote: > > > I am using SingleColumnValueFilter for filtering based on some values. > > Based on this I am getting lease expired exception during scan. So is > there > > any way to solve this? > > >