This library enables to use Consul as cluster coordinator in a ConstructR based node
alvarogimenez on master
Prepare release 0.10.3 (compare)
alvarogimenez on v0.10.3
alvarogimenez on master
Update Circe to 0.10.1 (compare)
franbh on v0.10.2
franbh on master
Downgrade to sbt-bintray 0.5.2:… Prepare release 0.10.2 (compare)
franbh on master
Prepare release 0.10.1 (compare)
franbh on v0.10.1
franbh on v0.10.0
franbh on master
Prepare release 0.10.0 (compare)
franbh on master
Update to ConstructR 0.19.0 and… (compare)
franbh on v0.9.0
franbh on master
Prepare release 0.9.0 (compare)
franbh on master
Update to Circe 0.9.0. Also, up… Merge pull request #56 from Tec… (compare)
franbh on 55-update-to-circe-0.9.0
Update to Circe 0.9.0. Also, up… (compare)
[ERROR] [05/26/2016 03:58:48.007] [TestCluster-akka.actor.default-dispatcher-6] [akka.tcp://TestCluster@172.18.0.6:2553/system/constructr/constructr-machine] Timeout in Joining!
[ERROR] [05/26/2016 03:58:48.012] [TestCluster-akka.actor.default-dispatcher-17] [akka.tcp://TestCluster@172.18.0.6:2553/system/constructr] Terminating the system, because constructr-machine has terminated!
[INFO] [05/26/2016 03:58:48.055] [TestCluster-akka.remote.default-remote-dispatcher-20] [akka.tcp://TestCluster@172.18.0.6:2553/system/remoting-terminator] Shutting down remote daemon.
[INFO] [05/26/2016 03:58:48.056] [TestCluster-akka.remote.default-remote-dispatcher-20] [akka.tcp://TestCluster@172.18.0.6:2553/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
[INFO] [05/26/2016 03:58:48.072] [TestCluster-akka.actor.default-dispatcher-18] [akka://TestCluster/deadLetters] Message [akka.cluster.InternalClusterAction$InitJoin$] from Actor[akka://TestCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1175653885] to Actor[akka://TestCluster/deadLetters] was not delivered. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
[INFO] [05/26/2016 03:58:48.072] [TestCluster-akka.actor.default-dispatcher-18] [akka://TestCluster/deadLetters] Message [akka.cluster.InternalClusterAction$InitJoin$] from Actor[akka://TestCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1175653885] to Actor[akka://TestCluster/deadLetters] was not delivered. [2] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
[INFO] [05/26/2016 03:58:48.072] [TestCluster-akka.actor.default-dispatcher-18] [akka://TestCluster/deadLetters] Message [akka.cluster.InternalClusterAction$InitJoin$] from Actor[akka://TestCluster/system/cluster/core/daemon/joinSeedNodeProcess-1#-1175653885] to Actor[akka://TestCluster/deadLetters] was not delivered. [3] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
[INFO] [05/26/2016 03:58:48.079] [TestCluster-akka.actor.default-dispatcher-18] [akka://TestCluster/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FTestCluster%40172.18.0.5%3A2553-0/endpointWriter] Message [akka.actor.Status$Failure] from Actor[akka://TestCluster/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FTestCluster%40172.18.0.5%3A2553-0/endpointWriter#913709218] to Actor[akka://TestCluster/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FTestCluster%40172.18.0.5%3A2553-0/endpointWriter#913709218] was not delivered. [4] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
SupervisorStrategy
for Constructr
SupervisorStrategy
?
0.6.1-SNAPSHOT
, so I can upload into our corp repository it’d be great
Hey. I've tried constructr-consul (with consul 1.0.0). I end up with
[ERR] http: Request PUT /v1/session/create, error: Missing node registration from=10.0.22.17:47478
logged on the consul server. My application emits
[DEBUG] [10/30/2017 13:32:49.420] [number-actors-akka.actor.default-dispatcher-3] [akka.tcp://number-actors@10.0.22.17:55998/system/IO-TCP/selectors/$a/2] Connection established to [consul.service.consul:8500]
[DEBUG] [10/30/2017 13:32:49.428] [number-actors-akka.actor.default-dispatcher-18] [ConsulCoordination(akka://number-actors)] [constructr-coordination-consul-responses] Element: HttpResponse(500 Internal Server Error,List(Date: Mon, 30 Oct 2017 13:32:49 GMT),HttpEntity.Strict(text/plain; charset=UTF-8,Missing node registration),HttpProtocol(HTTP/1.1))
[DEBUG] [10/30/2017 13:32:49.429] [number-actors-akka.actor.default-dispatcher-18] [ConsulCoordination(akka://number-actors)] [constructr-coordination-consul-responses] Downstream finished.
[WARN] [10/30/2017 13:32:49.431] [number-actors-akka.actor.default-dispatcher-3] [akka.tcp://number-actors@10.0.22.17:55998/system/constructr/constructr-machine] Failure in Locking, going to Locking: com.tecsisa.constructr.coordination.consul.ConsulCoordination$UnexpectedStatusCode: Unexpected status code 500 Internal Server Error for URI /v1/session/create
[DEBUG] [10/30/2017 13:32:49.432] [number-actors-akka.actor.default-dispatcher-3] [akka.tcp://number-actors@10.0.22.17:55998/system/constructr/constructr-machine] Transitioning from Locking to RetryScheduled
cluster {
failure-detector {
acceptable-heartbeat-pause = 10s
hearbeat-interval = 3s
threshold = 12.0
}
}