[
https://issues.apache.org/jira/browse/HBASE-10637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13924179#comment-13924179
]
Enis Soztutar commented on HBASE-10637:
---------------------------------------
Let's get this in hbase-10070 branch as well. Nicolas I am using the svn merge
command for cherry-pick hoping that it will help the eventual merge of the
branch to trunk. Can you also try to cherry-pick first
{code}
svn merge -c <rev_number> https://svn.apache.org/repos/asf/hbase/trunk
{code}
> rpcClient: Setup the iostreams when writing
> -------------------------------------------
>
> Key: HBASE-10637
> URL: https://issues.apache.org/jira/browse/HBASE-10637
> Project: HBase
> Issue Type: Bug
> Components: Client
> Affects Versions: 0.99.0
> Reporter: Nicolas Liochon
> Assignee: Nicolas Liochon
> Fix For: 0.99.0
>
> Attachments: 10637.v1.patch
>
>
> Since HBASE-10525, we can write in a different thread than the client. This
> allows the client thread to be interrupted w/o any impact on the shared tcp
> connection. We should setup the iostream on the second thread as well, i.e.
> when we do the write, and not when we do the getConnection.
--
This message was sent by Atlassian JIRA
(v6.2#6252)