Is it possible that minVersions was set for your column family ?

What version of HBase are you using ?

Thanks


On Wed, Apr 3, 2013 at 11:34 AM, Ashish Nigam <[email protected]>wrote:

> Hi,
> I have a table "service_counters" that has service id as row id.
> There is a column family "stats-hourly" that stores counters related to
> that service per hour.
> I have set TTL to be 7 days for the column family.
>
> {NAME => 'service_counters', FAMILIES => [{NAME => 'stats-hourly',
> COMPRESSION => 'LZO', TTL => '604800'}]}
>
> Now the problem is that I still see columns that are more than 7 days old.
> I have also run major compactions but I still see old rows.
> Any pointers as to why these columns are not being deleted?
>
> Thanks
> Ashish
>

Reply via email to