You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@omid.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/06 18:46:00 UTC

[jira] [Commented] (OMID-83) Propagate Attributes to HBase

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

ASF GitHub Bot commented on OMID-83:
------------------------------------

Github user ebortnikov commented on a diff in the pull request:

    https://github.com/apache/incubator-omid/pull/17#discussion_r166402848
  
    --- Diff: hbase-client/src/main/java/org/apache/omid/transaction/TTable.java ---
    @@ -186,6 +187,14 @@ public Result get(Transaction tx, final Get get) throws IOException {
             return snapshotFilter.get(this, tsget, transaction);
         }
     
    +    private void updateAttributes(OperationWithAttributes from, OperationWithAttributes to) {
    --- End diff --
    
    makes sense to call propagateAttributes()? 


> Propagate Attributes to HBase
> -----------------------------
>
>                 Key: OMID-83
>                 URL: https://issues.apache.org/jira/browse/OMID-83
>             Project: Apache Omid
>          Issue Type: Sub-task
>            Reporter: Ohad Shacham
>            Assignee: Ohad Shacham
>            Priority: Major
>
> Attributes added to Put, Get, and Scan are not propagated to HBase. In many cases, as in the Phoenix case, these attributes are required and should be propagated to the server side. In Phoenix for example, attributes are used to mark data as one that should propagate to the secondary index.



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