Re: Inconsistent behavior of scan with filter and maxVersions?

2017-02-27 Thread Huaxiang Sun
Thanks Guanghao! I will look at HBASE-17125. Huaxiang > On Feb 27, 2017, at 5:37 PM, Guanghao Zhang wrote: > > There is a issue HBASE-17125 about this inconsistent problem but we didn't > have a final solution. You can take a look about the discussion. Thanks. > > 2017-02-28 9:26 GMT+08:00 Hu

Re: Inconsistent behavior of scan with filter and maxVersions?

2017-02-27 Thread Guanghao Zhang
There is a issue HBASE-17125 about this inconsistent problem but we didn't have a final solution. You can take a look about the discussion. Thanks. 2017-02-28 9:26 GMT+08:00 Huaxiang Sun : > Hi HBase Devs, > > Nicolae Popa found an inconsistent behavior when doing scan with > filter, there is

Inconsistent behavior of scan with filter and maxVersions?

2017-02-27 Thread Huaxiang Sun
Hi HBase Devs, Nicolae Popa found an inconsistent behavior when doing scan with filter, there is maxVersions configured for column family. Start with the example. hbase(main):001:0> create 't1', {NAME => 'f1', VERSIONS => 1} hbase(main):002:0> put 't1', 'r1', 'f1:q1', 'a' hbase(main):003