Skip to content

Check additional exceptions for db startup retry loop

Daniel Gerhardt requested to merge startup-db-exception-handling into master

The following exceptions now cause a retry:

  • org.apache.http.NoHttpResponseException
  • java.net.UnknownHostException
  • java.net.SocketException and subclasses

The first failed connection attempt is now logged.

See: !203 (merged) (Improve database initialization for containerized environments)

Edited by Daniel Gerhardt

Merge request reports

Loading