Fix akka logging initialization timeout on startup 80/24880/1
authorTom Pantelis <tpanteli@brocade.com>
Wed, 5 Aug 2015 22:57:22 +0000 (18:57 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Wed, 5 Aug 2015 22:57:22 +0000 (18:57 -0400)
commit94c2eb2becdb561032e62a2897b15f52bd8e3643
tree22ac89c2e0902373cda1d15280ae656668e008df
parent1ef2f7321202ef77b5cfd0ca430e6a58cb07331e
Fix akka logging initialization timeout on startup

We've seen CDS internittently failing to startup b/c akka fails to
initialize its logging system - it times out after 5 sec. It seems
on startup threads may be busy enough to prevent akka's message
to inialize the logging actor to timeout. Interestingly, We're only
seeing this on RedHat. The timeout is configured via
logger-startup-timeout which defaults to 5 sec. Increasing it fixes
the issue. I made it really high, 5 min, since if it times out we're
dead in the water anyway.

Change-Id: Ic95d7298b9320f03f664e9f2b171f980546ca95d
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf