[ 
https://issues.apache.org/jira/browse/HBASE-6732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michal Gregorczyk updated HBASE-6732:
-------------------------------------

    Summary: [89-fb] Reduce scope of synchronized block in 
HBaseClient.Connection#sendParam.  (was: Reduce scope of synchronized block in 
HBaseClient.Connection#sendParam.)
    
> [89-fb] Reduce scope of synchronized block in 
> HBaseClient.Connection#sendParam.
> -------------------------------------------------------------------------------
>
>                 Key: HBASE-6732
>                 URL: https://issues.apache.org/jira/browse/HBASE-6732
>             Project: HBase
>          Issue Type: Test
>            Reporter: Michal Gregorczyk
>            Assignee: Michal Gregorczyk
>
> sendParam method synchronizes on out stream (so that only one thread writes 
> to socket).  Right now it prepares (eg. compress) message under this lock as 
> well. Lock should be taken only for sending.

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

Reply via email to