Thanks Patrik, I tried it and it changes the gate wait, but has no effect in the overall wait :

2015-10-19 14:25:25,524 WARN [akka.tcp://DataDistributionEndToEndTest@dist-index:2720/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2FDataDistributionEndToEndTest%40dist-index%3A2721-0] a.r.ReliableDeliverySupervisor - REQ_ID: - Association with remote system [akka.tcp://DataDistributionEndToEndTest@dist-index:2721] has failed, address is now gated for *[500] ms.* Reason: [Association failed with [akka.tcp://DataDistributionEndToEndTest@dist-index:2721]] Caused by: [Connection refused: dist-index/192.168.0.11:2721]
waiting cluster
done waiting cluster, *waited 10812 ms*


The code that waits is for the code that awaits for the cluster actorsystems to be aware of each other:


val start=System.currentTimeMillis awaitCond(
   cluster1.state.members.size ==allClusters.size &&
      cluster2.state.members.size ==allClusters.size &&
      cluster3.state.members.size ==allClusters.size &&
      driverCluster.state.members.size ==allClusters.size, 60 seconds
)
val dt=System.currentTimeMillis -start println(s"done waiting cluster, waited 
$dtms")


Normally this takes 1-2 seconds. But when the gate issue occurs, it takes a lot more, i.e. 10 secs as per above.

Cheers

On 19/10/15 10:50, Patrik Nordwall wrote:
That is probably config property akka.remote.retry-gate-closed-for
/Patrik

On Wed, Oct 7, 2015 at 6:25 PM, Kostas kougios <[email protected] <mailto:[email protected]>> wrote:

    Hi, I am occasionally getting this when running tests. The test
    resumes, but I wait for 5 secs. Is there a config property to set
    it to 500ms?
    (googling didn't reveal any relevant info)

    Thanks
-- >>>>>>>>>> Read the docs: http://akka.io/docs/
    >>>>>>>>>> Check the FAQ:
    http://doc.akka.io/docs/akka/current/additional/faq.html
    >>>>>>>>>> Search the archives:
    https://groups.google.com/group/akka-user
    ---
    You received this message because you are subscribed to the Google
    Groups "Akka User List" group.
    To unsubscribe from this group and stop receiving emails from it,
    send an email to [email protected]
    <mailto:[email protected]>.
    To post to this group, send email to [email protected]
    <mailto:[email protected]>.
    Visit this group at http://groups.google.com/group/akka-user.
    For more options, visit https://groups.google.com/d/optout.




--

Patrik Nordwall
Typesafe <http://typesafe.com/> - Reactive apps on the JVM
Twitter: @patriknw

--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to a topic in the Google Groups "Akka User List" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/akka-user/CTJyKGc_Qjo/unsubscribe. To unsubscribe from this group and all its topics, send an email to [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

--
     Read the docs: http://akka.io/docs/
     Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html
     Search the archives: https://groups.google.com/group/akka-user
--- You received this message because you are subscribed to the Google Groups "Akka User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to