Rakesh Upadhayaya
Rakesh Upadhayaya
@apanicker-nflx @v1r3n @manan164 do we have an update on this? I was trying using the cassandra and end up with an error - com.datastax.driver.core.exceptions.NoHostAvailableException: All host(s) tried for query failed...
updated the cluster creation also to use same protocol version and ignoring the jmxreporting as its throwing error like class not found. cluster = Cluster.builder().withoutJMXReporting(). withProtocolVersion(ProtocolVersion.V3) .addContactPoint(host).withPort(port) .build();
conductor.cassandra.hostAddress=127.0.0.1 conductor.cassandra.port=9042 conductor.cassandra.keyspace=conductor
It was issue with cassandra boot up and also with replication factor, Its working now.
Also, this persistence layer (either postgres/mysql provides ExecutionDAO, MetadataDAO and QueueDAO implementations. These should be flag to stop bringing the QueueDAO from mysql/postgres if we wanted to use the RedisQueueDAO...
@thxmike I can help in case you need.
@v1r3n I did replicate this issue and It seems a bug in system. With conductor client v3.9, this was occurring few times with 2-4k of load while with conductor client...
Have a work around to handle this.
@Drackrath did you have the fix? update the build.gradle to use id 'nebula.netflixoss' version '11.1.0' and It should fix the problem. Will create a PR for the same. @v1r3n @manan164