[
https://issues.apache.org/jira/browse/HBASE-21622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17312048#comment-17312048
]
Pranith Kumar Karampuri commented on HBASE-21622:
-------------------------------------------------
[~wchevreuil] Hi, I am looking to contribute to HBASE and of the bugs marked as
trivial, this one looks to have some way to fix it or verify it is already
fixed. Is there anything I can do to help fix this issue? Please suggest. I am
a total newbie so it may take a while to get this done. But I would like to
give it a try.
If not this one I can also help in backporting any changes to get a feel for
the development workflow. Do let me know. Something that is not urgent but I
can take some time to learn is what I am looking at.
> Getting old value for cell after TTL expiry of latest value cell value set
> with TTL.
> ------------------------------------------------------------------------------------
>
> Key: HBASE-21622
> URL: https://issues.apache.org/jira/browse/HBASE-21622
> Project: HBase
> Issue Type: Bug
> Reporter: Pankaj Birat
> Priority: Trivial
> Attachments: Screenshot 2018-12-19 at 11.18.52 PM.png, Screenshot
> 2018-12-19 at 11.20.39 PM.png, Screenshot 2018-12-20 at 12.25.55 PM.png
>
>
> I am using HBase version 1.2.7
> Getting old value for cell after TTL expiry of latest value cell value set
> with TTL.
> Table:
> COLUMN FAMILIES DESCRIPTION
> {NAME => 'data', BLOOMFILTER => 'ROW', VERSIONS => '1', IN_MEMORY => 'false',
> KEEP_DELETED_CELLS => 'FALSE', DATA_BLOCK_ENCODING => 'NONE', TTL =>
> 'FOREVER', COMPRESSION => 'NONE', MIN_VERSIONS => '0', BLOCKCACHE => 'true',
> BLOCKSIZE => '65536', REPLICATION_SCOPE => '1'}
>
> First time I am putting cell value without TTL.
> Eg.
> *put 'sepTest', '1', 'data:value', 'one'*
> Now for same key I am putting value with TTL
> *put 'sepTest', '1', 'data:value', 'updated_one', \{TTL => 100000}*
> Till expiry time (100000)
> I am getting value : 'updated_one' for key '1'
> After expiry of TTL I am getting old valu !Screenshot 2018-12-19 at 11.18.52
> PM.png! e 'one'
>
> Attaching screenshot for reference
--
This message was sent by Atlassian Jira
(v8.3.4#803005)