You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Thomas D'Silva (JIRA)" <ji...@apache.org> on 2019/03/29 21:39:00 UTC

[jira] [Commented] (HBASE-18995) Move methods that are for internal usage from CellUtil to Private util class

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

Thomas D'Silva commented on HBASE-18995:
----------------------------------------

[~ram_krish] In HBase 2.0 since {{CellUtil.setTimestamp}} has been deprecated, what is the correct way to set the timestamp of a cell from a coprocessor? Phoenix uses this for our mutable indexing coprocessor (see PHOENIX-5219). 
FYI [~abhishek.chouhan] and [~lhofhansl]

> Move methods that are for internal usage from CellUtil to Private util class
> ----------------------------------------------------------------------------
>
>                 Key: HBASE-18995
>                 URL: https://issues.apache.org/jira/browse/HBASE-18995
>             Project: HBase
>          Issue Type: Sub-task
>    Affects Versions: 2.0.0-alpha-3
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: ramkrishna.s.vasudevan
>            Priority: Critical
>             Fix For: 2.0.0-alpha-4, 2.0.0
>
>         Attachments: HBASE-18995-branch-2.002.patch, HBASE-18995-branch-2.patch, HBASE-18995-branch-2_1.patch, HBASE-18995-branch-2_1.patch, HBASE-18995-branch-2_1.patch, HBASE-18995-branch-2_1.patch, HBASE-18995-branch-2_2.patch, HBASE-18995_002-branch-2.patch, HBASE-18995_002-branch-2.patch, HBASE-18995_003-branch-2.patch, HBASE-18995_1.patch, HBASE-18995_2.patch, HBASE-18995_2.patch
>
>
> This was brought up long time back. We need to move some of the public APIs from CellUtil to internal private Util class because they are used in some internal flow and does not make sense to have it in a @public exposed Util class. 
> The topic again came in HBASE-18945 RB comments also.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)