[ https://issues.apache.org/jira/browse/HBASE-8064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615075#comment-13615075 ]
Yuan Kang commented on HBASE-8064: ---------------------------------- I found in hbase trunk there is no getHRegionConnection() method yet,it have been replaced by getProtocol().this bug may be fixed by someone else. in the trunk code(At revision 1461481) line 1512 "protocols.put(protocol, server);" the map key is replaced by protocol. > hbase connection could not reuse > -------------------------------- > > Key: HBASE-8064 > URL: https://issues.apache.org/jira/browse/HBASE-8064 > Project: HBase > Issue Type: Bug > Components: Client > Affects Versions: 0.94.0 > Environment: hadoop-1.0.2 hbase-0.94.0 > Reporter: Yuan Kang > Assignee: Yuan Kang > Labels: patch > Attachments: HConnectionManager-connection-could-not-reuse.patch > > > when hconnection is used by one matchine,the connection return to the pool. > if anather matchine reget the connection,it can be resued. > but in the code the caching map don't be managered correctly -- 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