You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "ramkrishna.s.vasudevan (JIRA)" <ji...@apache.org> on 2014/12/04 06:33:12 UTC

[jira] [Comment Edited] (HBASE-12619) Backport HBASE-11639 (Replicate the visibility of Cells as strings) to 0.98

    [ https://issues.apache.org/jira/browse/HBASE-12619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14233926#comment-14233926 ] 

ramkrishna.s.vasudevan edited comment on HBASE-12619 at 12/4/14 5:32 AM:
-------------------------------------------------------------------------

Patch for 0.98.  
Apart from the core functionality this patch also adds the new hook in RS observer for 0.98 and before this hook is called we use reflections to check if this new method is really available, if so invoke the method on the object, if not found just use the exisiting end point  with a LOG message saying what we are doing.
Rest are just the same as in master and branch-1.


was (Author: ram_krish):
Patch for 0.98.  
Apart from the core functionality this patch also adds the new hook in RS observer for 0.98 and before this hook is called we use reflections to check if this new method is really available, if so invoke the method on the object, if not found just use the exisiting end point along with a LOG message.
Rest are just the same as in master and branch-1.

> Backport HBASE-11639 (Replicate the visibility of Cells as strings) to 0.98
> ---------------------------------------------------------------------------
>
>                 Key: HBASE-12619
>                 URL: https://issues.apache.org/jira/browse/HBASE-12619
>             Project: HBase
>          Issue Type: Improvement
>          Components: security
>    Affects Versions: 0.98.8
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>              Labels: visibility
>             Fix For: 0.98.9
>
>         Attachments: HBASE-11639_0.98_1.patch
>
>
> Raising a back port issue for HBASE-11639. We have the patch ready just need to see how we are handling the new CP hook in RS Observer.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)