Fix akka logging initialization timeout on startup 83/24883/1
authorTom Pantelis <tpanteli@brocade.com>
Wed, 5 Aug 2015 22:57:22 +0000 (18:57 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Thu, 6 Aug 2015 20:08:07 +0000 (20:08 +0000)
commit1bb8ec186143c391756a4d46bad3824687e6cb76
tree08f847c03c7215e3ad755ea6e9fcd595604871f1
parent6398dd9766e41a8e3a70687d6c720b79f3e8b5f0
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>
(cherry picked from commit 94c2eb2becdb561032e62a2897b15f52bd8e3643)
opendaylight/md-sal/sal-clustering-config/src/main/resources/initial/akka.conf