You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Rick Kellogg (JIRA)" <ji...@apache.org> on 2015/09/26 04:23:04 UTC

[jira] [Updated] (STORM-690) [storm-redis] Broken Jedis Connection should be returned as broken

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

Rick Kellogg updated STORM-690:
-------------------------------
    Component/s: storm-redis

> [storm-redis] Broken Jedis Connection should be returned as broken 
> -------------------------------------------------------------------
>
>                 Key: STORM-690
>                 URL: https://issues.apache.org/jira/browse/STORM-690
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-redis
>    Affects Versions: 0.10.0
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>             Fix For: 0.10.0
>
>
> While using JedisPool, any broken Jedis instances should be returned as broken.
> (Thanks to Apache Commons Pool 2, we can delegate verifying instances to JedisPool itself by configuration, but performance will be decreased a bit.)
> We can try-with-finally with Jedis / JedisCluster instance, but Storm should be run at least JDK 6 so we can't apply it.



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