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

stack commented on HBASE-5539:
------------------------------

So in below

{code}
+    @Override
+    void testRow(final int i) throws IOException {
+      final GetRequest get = new GetRequest(TABLE_NAME, 
getRandomRow(this.rand, this.totalRows));
+      get.family(FAMILY_NAME).qualifier(QUALIFIER_NAME);
+
+      client().get(get).addCallback(readCallback).addErrback(errback);
+    }
{code}

...we don't complete the callback (or error callback) are called?
                
> 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