Uploaded image for project: 'Apache Storm'
  1. Apache Storm
  2. STORM-1894

storm-redis does not support a Redis cluster for state saving

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.0.1
    • None
    • storm-redis
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            sakanaou Daniel Klessing
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: