[ 
https://issues.apache.org/jira/browse/HBASE-16221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15390568#comment-15390568
 ] 

Hudson commented on HBASE-16221:
--------------------------------

FAILURE: Integrated in HBase-1.3 #793 (See 
[https://builds.apache.org/job/HBase-1.3/793/])
HBASE-16221 Have ThriftScanner update the ConnectionCache's last used (eclark: 
rev 3785417224f7211d75a345e33a08af9e90802ee1)
* 
hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift2/ThriftHBaseServiceHandler.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/util/ConnectionCache.java
* 
hbase-thrift/src/test/java/org/apache/hadoop/hbase/thrift2/TestThriftHBaseServiceHandler.java


> Thrift server drops connection on long scans
> --------------------------------------------
>
>                 Key: HBASE-16221
>                 URL: https://issues.apache.org/jira/browse/HBASE-16221
>             Project: HBase
>          Issue Type: Bug
>          Components: Thrift
>    Affects Versions: 2.0.0, 1.2.0, 1.3.0
>            Reporter: Ashu Pachauri
>            Assignee: Joseph
>             Fix For: 2.0.0, 1.3.0, 1.4.0
>
>         Attachments: HBASE-16221.patch
>
>
> Thrift servers use connection cache and we drop connections after 
> hbase.thrift.connection.max-idletime milliseconds from the last time a 
> connection object was accessed. However, we never update this last accessed 
> time on scan path. 
> By default, this will cause scanners to fail after 10 minutes, if the 
> underlying connection object is not being used along other operation paths 
> (like put).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to