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

Jean-Marc Spaggiari updated HBASE-7503:
---------------------------------------

    Status: Patch Available  (was: Open)

Hi Sergey,

Regarding closestRowBefore, you're totaly right. It's not used and not 100% 
required. I have put it in because I took what was on GetRequest and kept the 
same structure. The idea behind that is that even if it's not used in this 
patch, it might still be useful in the futur. So I'm really open to remove it 
as to keep it.

{quote}assuming a working patch{quote}
So far it seems to be working fine. I have addedd few test cases and all 
passed. I'm a bit out of idea for the test cases, so if anything can be added, 
just let me know and I will be happÅ· to add it. I think the more test cases we 
have now, the less issues might be introduced in the futur.

The patch is not compiling anymore because of the lock beeing removed. So 
attached is an updated version which compile in te trunk. I have also added on 
get with a null parameter in the test suite.
                
> Add exists(List) in HTableInterface to allow multiple parallel exists at one 
> time
> ---------------------------------------------------------------------------------
>
>                 Key: HBASE-7503
>                 URL: https://issues.apache.org/jira/browse/HBASE-7503
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Jean-Marc Spaggiari
>            Assignee: Jean-Marc Spaggiari
>            Priority: Minor
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7503-v0-trunk.patch, HBASE-7503-v10-trunk.patch, 
> HBASE-7503-v11-trunk.patch, HBASE-7503-v12-trunk.patch, 
> HBASE-7503-v1-trunk.patch, HBASE-7503-v2-trunk.patch, 
> HBASE-7503-v2-trunk.patch, HBASE-7503-v3-trunk.patch, 
> HBASE-7503-v4-trunk.patch, HBASE-7503-v5-trunk.patch, 
> HBASE-7503-v7-trunk.patch, HBASE-7503-v8-trunk.patch, 
> HBASE-7503-v9-trunk.patch
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> We need to have a Boolean[] exists(List<Get> gets) throws IOException method 
> implemented in HTableInterface.

--
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