Wait for database with mariadb connector 01/12401/1
authoreh552t <eh552t@intl.att.com>
Thu, 14 Sep 2017 09:20:19 +0000 (11:20 +0200)
committereh552t <eh552t@intl.att.com>
Thu, 14 Sep 2017 09:21:26 +0000 (11:21 +0200)
commitb7bdc481784a08d81f71055264f03b9bb3443576
tree87668f03f98b984578c17a0987f1f914753a11fc
parent53bb3d5baf4b63ce5bde7eee67e7cb2a9173121a
Wait for database with mariadb connector

With the change from Mysql to MariaDB connector
maxReconnect parameters doesn't work anymore.
We then need to use retriesAllDown instead but
this is doing retries as fast as possible with
no wait between tries so need an arbitrary high
value. With maxReconnect it was waiting a time
exponentially growing so a low value was enough.

Change-Id: I7d03baa69bbee46d82a403f573d9f492f9720a4c
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-42
extra/docker/clamp/clamp.env