[ 
https://issues.apache.org/jira/browse/HBASE-5418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phabricator updated HBASE-5418:
-------------------------------

    Attachment: HBASE-5418.D1761.1.patch

aaiyer requested code review of "HBASE-5418 [jira] use different memstoreTS for 
different operations in the same RowMutation.".
Reviewers: JIRA

  https://issues.apache.org/jira/browse/HBASE-5418

  Use different memstoreTS for distinct operations in the same RowMutation.

  Assigning different memstoreTS will enable us to guarantee that the
  operations will appear to take effect, along the same order, in which
  they were added to create the RowMutation.

  Based on the diff after renaming to RowMutations.

TEST PLAN
  EMPTY

REVISION DETAIL
  https://reviews.facebook.net/D1761

AFFECTED FILES
  src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
  
src/main/java/org/apache/hadoop/hbase/regionserver/MultiVersionConsistencyControl.java

MANAGE HERALD DIFFERENTIAL RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/3753/

Tip: use the X-Herald-Rules header to filter Herald messages in your client.

                
> use different memstoreTS for different operations in the same RowMutation.
> --------------------------------------------------------------------------
>
>                 Key: HBASE-5418
>                 URL: https://issues.apache.org/jira/browse/HBASE-5418
>             Project: HBase
>          Issue Type: Sub-task
>          Components: client, coprocessors, regionserver
>            Reporter: Amitanand Aiyer
>            Assignee: Amitanand Aiyer
>             Fix For: 0.94.0
>
>         Attachments: HBASE-5418.D1761.1.patch
>
>
> Assigning different memstoreTS will enable us to guarantee that the
> operations will appear to take effect, along the same order, in which
> they were added to create the RowMutation.
> Based on the diff after renaming to RowMutations.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to