Hi guys, i am facing this issue when i try to start conductor server on dynomite db with redis backend
[ERROR] 2020-11-10 09:22:47,583 RedisMetadataDAO - refresh TaskDefs failed
com.netflix.dyno.connectionpool.exception.FatalConnectionException: FatalConnectionException: [host=Host [hostname=127.0.0.1, ipAddress=null, port=8102, rack: us-east-1e, datacenter: us-east-1, status: Up, hashtag=null, password=null], latency=0(0), attempts=1]redis.clients.jedis.exceptions.JedisConnectionException: Unexpected end of stream.
My config file is very simple
#
db=dynomite
workflow.dynomite.cluster.hosts=127.0.0.1:8102:us-east-1e
EC2_AVAILABILITY_ZONE=us-east-1e
EC2_REGION=us-east-1
workflow.dynomite.cluster.name=dyn_o_mite
workflow.dynomite.connection.maxConnsPerHost=31
workflow.namespace.prefix=conductor
workflow.namespace.queue.prefix=conductor_queues
queues.dynomite.threads=10
queues.dynomite.nonQuorum.port=22122
I am asking here because i think it is an error in the communication between redis and dynomite, that i have started with docker following this guide http://www.dynomitedb.com/docs/dynomite/v0.5.8/quick-start/. Has anyone any idea? Thanks in advance.