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

Daniel Klessing updated STORM-1894:
-----------------------------------
    Summary: storm-redis does not support a Redis cluster for state saving  
(was: storm-redis does not support a Redis cluster)

> storm-redis does not support a Redis cluster for state saving
> -------------------------------------------------------------
>
>                 Key: STORM-1894
>                 URL: https://issues.apache.org/jira/browse/STORM-1894
>             Project: Apache Storm
>          Issue Type: Bug
>          Components: storm-redis
>    Affects Versions: 1.0.1
>            Reporter: Daniel Klessing
>
> Working with Storm and stateful bolts we noticed that it is not possible to 
> work with a Redis cluster at the moment. The problem is, that storm-redis 
> requires that the configuration is of type {{JedisPoolConfig}} which only 
> allows defining one host. If the given Redis instance is configured as a 
> Redis cluster exceptions of type {{JedisMovedDataException}} might occur.
> The configuration via {{JedisClusterConfig}} seems to provide support for a 
> Redis cluster, but {{RedisKeyValueStateProvider}} does not handle it.



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

Reply via email to