[jira] [Updated] (HBASE-14196) Thrift server idle connection timeout issue

2015-08-11 Thread Vladimir Rodionov (JIRA)

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

Vladimir Rodionov updated HBASE-14196:
--
Summary: Thrift server idle connection timeout issue  (was: Do not use 
local thread cache of table instances in Thrift server)

> Thrift server idle connection timeout issue
> ---
>
> Key: HBASE-14196
> URL: https://issues.apache.org/jira/browse/HBASE-14196
> Project: HBase
>  Issue Type: Bug
>  Components: Thrift
>Affects Versions: 0.98.13, 1.1.1, 1.0.1.1, 1.1.0.1
>Reporter: Vladimir Rodionov
>Assignee: Vladimir Rodionov
> Fix For: 2.0.0, 0.98.14, 1.0.2, 1.2.0, 1.3.0, 1.1.3
>
> Attachments: HBASE-14196.patch
>
>
> This is the antipattern. Table objects are lightweight and should not be 
> cached, besides this, underlying connections can be closed by periodic 
> connection cleaner chore (ConnectionCache) and cached table instances may 
> become invalid. This is Thrift1 specific issue. Thrift2 is OK.



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


[jira] [Updated] (HBASE-14196) Thrift server idle connection timeout issue

2015-08-11 Thread Vladimir Rodionov (JIRA)

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

Vladimir Rodionov updated HBASE-14196:
--
Description: 
When idle connection get cleaned from Thrift server, underlying table instances 
are still cached in a thread local cache.
This is the antipattern. Table objects are lightweight and should not be 
cached, besides this, underlying connections can be closed by periodic 
connection cleaner chore (ConnectionCache) and cached table instances may 
become invalid. This is Thrift1 specific issue. Thrift2 is OK.

  was:This is the antipattern. Table objects are lightweight and should not be 
cached, besides this, underlying connections can be closed by periodic 
connection cleaner chore (ConnectionCache) and cached table instances may 
become invalid. This is Thrift1 specific issue. Thrift2 is OK.


> Thrift server idle connection timeout issue
> ---
>
> Key: HBASE-14196
> URL: https://issues.apache.org/jira/browse/HBASE-14196
> Project: HBase
>  Issue Type: Bug
>  Components: Thrift
>Affects Versions: 0.98.13, 1.1.1, 1.0.1.1, 1.1.0.1
>Reporter: Vladimir Rodionov
>Assignee: Vladimir Rodionov
> Fix For: 2.0.0, 0.98.14, 1.0.2, 1.2.0, 1.3.0, 1.1.3
>
> Attachments: HBASE-14196.patch
>
>
> When idle connection get cleaned from Thrift server, underlying table 
> instances are still cached in a thread local cache.
> This is the antipattern. Table objects are lightweight and should not be 
> cached, besides this, underlying connections can be closed by periodic 
> connection cleaner chore (ConnectionCache) and cached table instances may 
> become invalid. This is Thrift1 specific issue. Thrift2 is OK.



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


[jira] [Updated] (HBASE-14196) Thrift server idle connection timeout issue

2015-08-12 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-14196:
---
  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Pushed to 0.98 and up. All thrift units pass on all branches. 

> Thrift server idle connection timeout issue
> ---
>
> Key: HBASE-14196
> URL: https://issues.apache.org/jira/browse/HBASE-14196
> Project: HBase
>  Issue Type: Bug
>  Components: Thrift
>Affects Versions: 0.98.13, 1.1.1, 1.0.1.1, 1.1.0.1
>Reporter: Vladimir Rodionov
>Assignee: Vladimir Rodionov
> Fix For: 2.0.0, 0.98.14, 1.0.2, 1.2.0, 1.3.0, 1.1.3
>
> Attachments: HBASE-14196.patch
>
>
> When idle connection get cleaned from Thrift server, underlying table 
> instances are still cached in a thread local cache.
> This is the antipattern. Table objects are lightweight and should not be 
> cached, besides this, underlying connections can be closed by periodic 
> connection cleaner chore (ConnectionCache) and cached table instances may 
> become invalid. This is Thrift1 specific issue. Thrift2 is OK.



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


[jira] [Updated] (HBASE-14196) Thrift server idle connection timeout issue

2015-08-13 Thread Nick Dimiduk (JIRA)

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

Nick Dimiduk updated HBASE-14196:
-
Fix Version/s: (was: 1.1.3)
   1.1.2

> Thrift server idle connection timeout issue
> ---
>
> Key: HBASE-14196
> URL: https://issues.apache.org/jira/browse/HBASE-14196
> Project: HBase
>  Issue Type: Bug
>  Components: Thrift
>Affects Versions: 0.98.13, 1.1.1, 1.0.1.1, 1.1.0.1
>Reporter: Vladimir Rodionov
>Assignee: Vladimir Rodionov
> Fix For: 2.0.0, 0.98.14, 1.0.2, 1.2.0, 1.1.2, 1.3.0
>
> Attachments: HBASE-14196.patch
>
>
> When idle connection get cleaned from Thrift server, underlying table 
> instances are still cached in a thread local cache.
> This is the antipattern. Table objects are lightweight and should not be 
> cached, besides this, underlying connections can be closed by periodic 
> connection cleaner chore (ConnectionCache) and cached table instances may 
> become invalid. This is Thrift1 specific issue. Thrift2 is OK.



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