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

stack commented on HBASE-16089:
-------------------------------

Looking at the patch, where is the alternate dispatch happening where we do the 
short-circuit...i.e. from FifoWith...Executor.java

{code}
 59   @Override
 60   public boolean dispatch(CallRunner callTask) throws InterruptedException {
 61     FastPathHandler handler = popReadyHandler();
 62     return handler != null? handler.loadCallRunner(callTask): 
super.dispatch(callTask);
 63   }
{code}



> Add on FastPath for CoDel
> -------------------------
>
>                 Key: HBASE-16089
>                 URL: https://issues.apache.org/jira/browse/HBASE-16089
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>         Attachments: HBASE-16089.patch, HBASE-16089.v1.patch, 
> HBASE-16089.v2.patch, baselineFifo_codel_codelPlusPatch.png
>
>
> If this is all that awesome, so we should have it on CoDel too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to