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

Benoit Sigoure commented on HBASE-5539:
---------------------------------------

As we discussed in person, yes the method {{testRow}} will return immediately 
after firing off the RPC.  That's why I have this {{latch}} variable on which I 
call {{countDown()}} in the {{readCallback}}, and which I {{await()}} in the 
teardown function, which is part of the code that's timed.
                
> asynchbase PerformanceEvaluation
> --------------------------------
>
>                 Key: HBASE-5539
>                 URL: https://issues.apache.org/jira/browse/HBASE-5539
>             Project: HBase
>          Issue Type: New Feature
>          Components: performance
>            Reporter: Benoit Sigoure
>            Assignee: Benoit Sigoure
>            Priority: Minor
>              Labels: benchmark
>         Attachments: 0001-asynchbase-PerformanceEvaluation.patch
>
>
> I plugged [asynchbase|https://github.com/stumbleupon/asynchbase] into 
> {{PerformanceEvaluation}}.  This enables testing asynchbase from 
> {{PerformanceEvaluation}} and comparing its performance to {{HTable}}.  Also 
> asynchbase doesn't come with any benchmark, so it was good that I was able to 
> plug it into {{PerformanceEvaluation}} relatively easily.
> I am in the processing of collecting results on a dev cluster running 0.92.1 
> and will publish them once they're ready.

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