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

Clint Morgan updated HBASE-1670:
--------------------------------

    Attachment: 1670-v2.patch

This patch adds the ability to see puts from the current transaction from scans 
in the same transaction. (Previously the trx puts had to be committed before 
scans would see them). I implemented it by passing an additional 
InternalScanner to the getScanner() method which iterates over the put's KVs. 
Added simple tests for this behavior. 

Additionally, this patch fixes tests,  addressees some FIXMES, and cleans some 
code.

> transactions / indexing fixes: trx deletes not handeled, index scan can't 
> specify stopRow
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-1670
>                 URL: https://issues.apache.org/jira/browse/HBASE-1670
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Clint Morgan
>             Fix For: 0.20.0
>
>         Attachments: 1670-v2.patch, 1670.patch
>
>
> couple of things I missed in api refactor

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to