You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2012/10/21 02:02:12 UTC

[jira] [Created] (HBASE-7023) Forward-port size-based HBaseServer callQueue throttle from 0.89fb branch

stack created HBASE-7023:
----------------------------

             Summary: Forward-port size-based HBaseServer callQueue throttle from 0.89fb branch
                 Key: HBASE-7023
                 URL: https://issues.apache.org/jira/browse/HBASE-7023
             Project: HBase
          Issue Type: Improvement
          Components: IPC/RPC
            Reporter: stack


Forward port the size base throttle that is out in 0.89fb branch.  Its nicer than what we have in trunk where we just count queue items.

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

[jira] [Commented] (HBASE-7023) Forward-port HBASE-6727 size-based HBaseServer callQueue throttle from 0.89fb branch

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481609#comment-13481609 ] 

stack commented on HBASE-7023:
------------------------------

Thanks JD. Then suggest we look at the two solns and if 89fb has anything we should forward port, bring it forward in this issue or else close as dup.
                
> Forward-port HBASE-6727 size-based HBaseServer callQueue throttle from 0.89fb branch
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-7023
>                 URL: https://issues.apache.org/jira/browse/HBASE-7023
>             Project: HBase
>          Issue Type: Improvement
>          Components: IPC/RPC
>            Reporter: stack
>            Assignee: Ted Yu
>             Fix For: 0.96.0
>
>         Attachments: 6727-fb.txt
>
>
> Forward port the size base throttle that is out in 0.89fb branch.  Its nicer than what we have in trunk where we just count queue items.

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

[jira] [Commented] (HBASE-7023) Forward-port HBASE-6727 size-based HBaseServer callQueue throttle from 0.89fb branch

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481660#comment-13481660 ] 

Jean-Daniel Cryans commented on HBASE-7023:
-------------------------------------------

If my understanding is correct, the main difference is that they are blocking on adding to the call queue whereas what I did in HBASE-5190 is sending the request back to the client for retries. Also they are using SizeBasedThrottler which seems to be only in 0.89-fb.
                
> Forward-port HBASE-6727 size-based HBaseServer callQueue throttle from 0.89fb branch
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-7023
>                 URL: https://issues.apache.org/jira/browse/HBASE-7023
>             Project: HBase
>          Issue Type: Improvement
>          Components: IPC/RPC
>            Reporter: stack
>            Assignee: Ted Yu
>             Fix For: 0.96.0
>
>         Attachments: 6727-fb.txt
>
>
> Forward port the size base throttle that is out in 0.89fb branch.  Its nicer than what we have in trunk where we just count queue items.

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

[jira] [Commented] (HBASE-7023) Forward-port HBASE-6727 size-based HBaseServer callQueue throttle from 0.89fb branch

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-7023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481561#comment-13481561 ] 

Jean-Daniel Cryans commented on HBASE-7023:
-------------------------------------------

bq. Its nicer than what we have in trunk where we just count queue items.

We stopped doing that since 0.94.0 with HBASE-5190.
                
> Forward-port HBASE-6727 size-based HBaseServer callQueue throttle from 0.89fb branch
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-7023
>                 URL: https://issues.apache.org/jira/browse/HBASE-7023
>             Project: HBase
>          Issue Type: Improvement
>          Components: IPC/RPC
>            Reporter: stack
>            Assignee: Ted Yu
>             Fix For: 0.96.0
>
>         Attachments: 6727-fb.txt
>
>
> Forward port the size base throttle that is out in 0.89fb branch.  Its nicer than what we have in trunk where we just count queue items.

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

[jira] [Assigned] (HBASE-7023) Forward-port HBASE-6727 size-based HBaseServer callQueue throttle from 0.89fb branch

Posted by "Ted Yu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu reassigned HBASE-7023:
-----------------------------

    Assignee: Ted Yu
    
> Forward-port HBASE-6727 size-based HBaseServer callQueue throttle from 0.89fb branch
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-7023
>                 URL: https://issues.apache.org/jira/browse/HBASE-7023
>             Project: HBase
>          Issue Type: Improvement
>          Components: IPC/RPC
>            Reporter: stack
>            Assignee: Ted Yu
>             Fix For: 0.96.0
>
>         Attachments: 6727-fb.txt
>
>
> Forward port the size base throttle that is out in 0.89fb branch.  Its nicer than what we have in trunk where we just count queue items.

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

[jira] [Updated] (HBASE-7023) Forward-port HBASE-6727 size-based HBaseServer callQueue throttle from 0.89fb branch

Posted by "Ted Yu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-7023:
--------------------------

    Fix Version/s: 0.96.0
          Summary: Forward-port HBASE-6727 size-based HBaseServer callQueue throttle from 0.89fb branch  (was: Forward-port size-based HBaseServer callQueue throttle from 0.89fb branch)
    
> Forward-port HBASE-6727 size-based HBaseServer callQueue throttle from 0.89fb branch
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-7023
>                 URL: https://issues.apache.org/jira/browse/HBASE-7023
>             Project: HBase
>          Issue Type: Improvement
>          Components: IPC/RPC
>            Reporter: stack
>             Fix For: 0.96.0
>
>         Attachments: 6727-fb.txt
>
>
> Forward port the size base throttle that is out in 0.89fb branch.  Its nicer than what we have in trunk where we just count queue items.

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

[jira] [Updated] (HBASE-7023) Forward-port size-based HBaseServer callQueue throttle from 0.89fb branch

Posted by "Ted Yu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-7023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Yu updated HBASE-7023:
--------------------------

    Attachment: 6727-fb.txt

Patch from 0.89-fb branch.
This depends on HBASE-6728.
                
> Forward-port size-based HBaseServer callQueue throttle from 0.89fb branch
> -------------------------------------------------------------------------
>
>                 Key: HBASE-7023
>                 URL: https://issues.apache.org/jira/browse/HBASE-7023
>             Project: HBase
>          Issue Type: Improvement
>          Components: IPC/RPC
>            Reporter: stack
>             Fix For: 0.96.0
>
>         Attachments: 6727-fb.txt
>
>
> Forward port the size base throttle that is out in 0.89fb branch.  Its nicer than what we have in trunk where we just count queue items.

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