Re: [akka-user] Is Akka Multi Node Testing available in Java

2017-04-27 Thread 'Francesco laTorre' via Akka User List
Moreover, a very good opportunity for a community contribution : https://github.com/akka/akka/issues/18109 Cheers, Francesco On 27 April 2017 at 03:06, Dai Yinhua wrote: > OK, thanks. > > On Tuesday, 25 April 2017 16:59:10 UTC+8, Akka Team wrote: >> >> Hi Dai, >> >> I'm

[akka-user] Downing Provider - Missing Unreachable messages

2017-03-08 Thread 'Francesco laTorre' via Akka User List
​Hi everyone, Straight to the point, the scenario is the following, I've got the following cluster : Host 1) Nodes A1 - B1 - C1 Host 2) Nodes A2 - B2 - C2 Host 3) Nodes A3 - B3 - C3 Where : Nodes AX and BX are singletons Nodes CX are worker routers I'm writing a downing provider to handle the

Re: [akka-user] Consistent Dissasociation, small cluster

2017-01-05 Thread 'Francesco laTorre' via Akka User List
Hi Jordan, It looks very related to the issue we are facing, with the difference we are not able to recover from the UNREACHABLE mark, probably because the cluster specs are different : in our scenario we have 3 cluster singletons and we use auto-downing . Cheers, Francesco On 4 January 2017

Re: [akka-user] Re: akka-cluster - generic failure detector configuration(S)

2017-01-03 Thread 'Francesco laTorre' via Akka User List
tor.acceptable-heartbeat-pause and akka.cluster.failure-detector.threshold Cheers, Francesco On 3 January 2017 at 12:31, Patrik Nordwall <patrik.nordw...@gmail.com> wrote: > > > On Mon, Jan 2, 2017 at 10:59 PM, 'Francesco laTorre' via Akka User List < > akka-user@googlegrou

[akka-user] Re: akka-cluster - generic failure detector configuration(S)

2017-01-02 Thread 'Francesco laTorre' via Akka User List
Hi there, Any clue anyone on this ? Would be great if we could some help to get this aspect clarified. Cheers, Francesco On 29 December 2016 at 17:12, Francesco laTorre < francesco.lato...@openbet.com> wrote: > Hi hAkkers, > > From the generic configuration : >

[akka-user] akka-cluster - generic failure detector configuration(S)

2016-12-29 Thread 'Francesco laTorre' via Akka User List
Hi hAkkers, >From the generic configuration : http://doc.akka.io/docs/akka/current/general/configuration.html I don't really get the differences between the akka.cluster.failure-detector and akka.remote.*-failure-detector : *akka* { [...] *cluster* { # Settings for the Phi accrual

[akka-user] Re: Akka cluster - on asymmetric failures

2016-12-22 Thread 'Francesco laTorre' via Akka User List
last addendum : just noticed got to the same result if cutting the network between the nodes at the same time : sudo iptables -I INPUT 1 -s NODE_B -j DROP // drop packets coming from NODE_B sudo iptables -I INPUT 1 -d NODE_B -j DROP // drop packets going to NODE_B sleep 6 sudo iptables -I INPUT

[akka-user] Re: Akka cluster - on asymmetric failures

2016-12-22 Thread 'Francesco laTorre' via Akka User List
... Forgot to mention we are using the freshly backed 2.4.16 :) On 22 December 2016 at 12:44, Francesco laTorre < francesco.lato...@openbet.com> wrote: > ​Hi, > > We are in production with akka-cluster and facing some weird behaviour > recently that managed to reproduced locally. > Here the

[akka-user] Akka cluster - on asymmetric failures

2016-12-22 Thread 'Francesco laTorre' via Akka User List
​Hi, We are in production with akka-cluster and facing some weird behaviour recently that managed to reproduced locally. Here the simplified version : - Node A : - active actor cluster-singleton ACT1 - active actor cluster-singleton ACT2 - actor ACT3 - Node B : - inactive