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

Jimmy Xiang updated HBASE-9155:
-------------------------------

    Status: Patch Available  (was: Open)

In the patch, we introduced a MultiThreadedUpdater which updates rows written 
by the writer.  Two new columns are added: mutate_info and increment.  The 
mutate_info column tracks the mutations 
(increment/append/checkAndPut/checkAndDelete) we have done to the row.  The 
increment column has an long number so that it can be incremented.  During the 
verification phase, we verify the mutated values and/or the original values.
                
> Enhance LoadTestTool to support updates
> ---------------------------------------
>
>                 Key: HBASE-9155
>                 URL: https://issues.apache.org/jira/browse/HBASE-9155
>             Project: HBase
>          Issue Type: Test
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>         Attachments: trunk-9155.patch
>
>
> We can enhance LoadTestTool to support updates like 
> increment/append/checkAndPut/checkAndDelete to make sure these operations 
> work as expected during integration testing.
> If chaosmonkey is enabled, increment/append could be invoked multiple times. 
> During verification, we need to keep this in mind before they are guaranteed 
> to be called only once in the sever side.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to