You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Benoit Sigoure (JIRA)" <ji...@apache.org> on 2011/08/21 04:35:27 UTC

[jira] [Created] (HBASE-4236) Don't lock the stream while serializing the response

Don't lock the stream while serializing the response
----------------------------------------------------

                 Key: HBASE-4236
                 URL: https://issues.apache.org/jira/browse/HBASE-4236
             Project: HBase
          Issue Type: Improvement
          Components: ipc
    Affects Versions: 0.90.4
            Reporter: Benoit Sigoure
            Assignee: Benoit Sigoure
            Priority: Minor


It is not necessary to hold the lock on the stream while the response is being serialized.  This unnecessarily prevents serializing responses in parallel.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4236) Don't lock the stream while serializing the response

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

ramkrishna.s.vasudevan updated HBASE-4236:
------------------------------------------

    Fix Version/s: 0.92.0
    
> Don't lock the stream while serializing the response
> ----------------------------------------------------
>
>                 Key: HBASE-4236
>                 URL: https://issues.apache.org/jira/browse/HBASE-4236
>             Project: HBase
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 0.90.4
>            Reporter: Benoit Sigoure
>            Assignee: Benoit Sigoure
>            Priority: Minor
>             Fix For: 0.92.0
>
>         Attachments: 4236.txt
>
>
> It is not necessary to hold the lock on the stream while the response is being serialized.  This unnecessarily prevents serializing responses in parallel.

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

        

[jira] [Updated] (HBASE-4236) Don't lock the stream while serializing the response

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

Ted Yu updated HBASE-4236:
--------------------------

    Attachment: 4236.txt

> Don't lock the stream while serializing the response
> ----------------------------------------------------
>
>                 Key: HBASE-4236
>                 URL: https://issues.apache.org/jira/browse/HBASE-4236
>             Project: HBase
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 0.90.4
>            Reporter: Benoit Sigoure
>            Assignee: Benoit Sigoure
>            Priority: Minor
>         Attachments: 4236.txt
>
>
> It is not necessary to hold the lock on the stream while the response is being serialized.  This unnecessarily prevents serializing responses in parallel.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HBASE-4236) Don't lock the stream while serializing the response

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

Ted Yu resolved HBASE-4236.
---------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]

> Don't lock the stream while serializing the response
> ----------------------------------------------------
>
>                 Key: HBASE-4236
>                 URL: https://issues.apache.org/jira/browse/HBASE-4236
>             Project: HBase
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 0.90.4
>            Reporter: Benoit Sigoure
>            Assignee: Benoit Sigoure
>            Priority: Minor
>         Attachments: 4236.txt
>
>
> It is not necessary to hold the lock on the stream while the response is being serialized.  This unnecessarily prevents serializing responses in parallel.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4236) Don't lock the stream while serializing the response

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

Ted Yu commented on HBASE-4236:
-------------------------------

+1 on patch.

> Don't lock the stream while serializing the response
> ----------------------------------------------------
>
>                 Key: HBASE-4236
>                 URL: https://issues.apache.org/jira/browse/HBASE-4236
>             Project: HBase
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 0.90.4
>            Reporter: Benoit Sigoure
>            Assignee: Benoit Sigoure
>            Priority: Minor
>
> It is not necessary to hold the lock on the stream while the response is being serialized.  This unnecessarily prevents serializing responses in parallel.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4236) Don't lock the stream while serializing the response

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

Hudson commented on HBASE-4236:
-------------------------------

Integrated in HBase-TRUNK #2129 (See [https://builds.apache.org/job/HBase-TRUNK/2129/])
    HBASE-4236  Don't lock the stream while serializing the response (Benoit Sigoure)

tedyu : 
Files : 
* /hbase/trunk/CHANGES.txt
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/ipc/HBaseClient.java


> Don't lock the stream while serializing the response
> ----------------------------------------------------
>
>                 Key: HBASE-4236
>                 URL: https://issues.apache.org/jira/browse/HBASE-4236
>             Project: HBase
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 0.90.4
>            Reporter: Benoit Sigoure
>            Assignee: Benoit Sigoure
>            Priority: Minor
>         Attachments: 4236.txt
>
>
> It is not necessary to hold the lock on the stream while the response is being serialized.  This unnecessarily prevents serializing responses in parallel.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4236) Don't lock the stream while serializing the response

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

Ted Yu commented on HBASE-4236:
-------------------------------

Committed to TRUNK.

Thanks for the patch Benoit.

> Don't lock the stream while serializing the response
> ----------------------------------------------------
>
>                 Key: HBASE-4236
>                 URL: https://issues.apache.org/jira/browse/HBASE-4236
>             Project: HBase
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 0.90.4
>            Reporter: Benoit Sigoure
>            Assignee: Benoit Sigoure
>            Priority: Minor
>         Attachments: 4236.txt
>
>
> It is not necessary to hold the lock on the stream while the response is being serialized.  This unnecessarily prevents serializing responses in parallel.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4236) Don't lock the stream while serializing the response

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

Benoit Sigoure commented on HBASE-4236:
---------------------------------------

Patch @ https://github.com/tsuna/hbase/commit/275124a41d339d7b77a8d1f31d0cb319cc3a54c6

> Don't lock the stream while serializing the response
> ----------------------------------------------------
>
>                 Key: HBASE-4236
>                 URL: https://issues.apache.org/jira/browse/HBASE-4236
>             Project: HBase
>          Issue Type: Improvement
>          Components: ipc
>    Affects Versions: 0.90.4
>            Reporter: Benoit Sigoure
>            Assignee: Benoit Sigoure
>            Priority: Minor
>
> It is not necessary to hold the lock on the stream while the response is being serialized.  This unnecessarily prevents serializing responses in parallel.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira