|
Description
|
In the current implementation of the sap agent, the sap agent waits for the DB to be up before it starts and if the DB is not available, then the start method times out.
So, in the new algo proposed, in the start method when DB is not available we will not attempt starting the app. We will just return success.
In the probe method we will probe the app only if DB is available and
that takes care of the dependency. i.e The Application is not probed
if DB is not available. We continue throwing messages that the DB is not
UP and hence not taking any action.
See the comments for the detailed email thread on the topic.
|