Re: Delete row that has columns with future timestamp

2016-06-26 Thread Dima Spivak
Hey M., Just to follow up on what JMS said, this was fixed in April 2014 (details at https://issues.apache.org/jira/browse/HBASE-10118), so running a version of HBase in which the patch went in is probably your best option. -Dima On Sunday, June 26, 2016, Jean-Marc Spaggiari

Re: Delete row that has columns with future timestamp

2016-06-26 Thread Jean-Marc Spaggiari
Hi, This is a known issue and I think it is solved is more recent versions. Do you have the option to upgrade? JMS Le 2016-06-26 07:00, "M. BagherEsmaeily" a écrit : > these problem doesn't solve with major compact!! Assuming the problem is > solved with major compact,

Re: Delete row that has columns with future timestamp

2016-06-26 Thread M. BagherEsmaeily
these problem doesn't solve with major compact!! Assuming the problem is solved with major compact, in this case, it's still a bug. On Sun, Jun 26, 2016 at 3:08 PM, Lise Regnier wrote: > you need to run a major compact after deletion > lise > > > On 26 Jun 2016, at

Re: Delete row that has columns with future timestamp

2016-06-26 Thread Lise Regnier
you need to run a major compact after deletion lise > On 26 Jun 2016, at 11:20, M. BagherEsmaeily wrote: > > Hello > I use HBase version 0.98.9-hadoop1 with Hadoop version 1.2.1 . when i > delete row that has columns with future timestamp, delete not affect and > row

Delete row that has columns with future timestamp

2016-06-26 Thread M. BagherEsmaeily
Hello I use HBase version 0.98.9-hadoop1 with Hadoop version 1.2.1 . when i delete row that has columns with future timestamp, delete not affect and row still surviving. For example when i put a row with future timestamp: Put p = new Put(Bytes.toBytes("key1")); p.add(Bytes.toBytes("C"),