My Oracle Support Banner

GoldenGate Microservices Does Not Honor "disableOnFailure" Of "Autorestart" Feature And Keep Attempting To Start The Abended Process Indefinitely. (Doc ID 2771694.1)

Last updated on APRIL 17, 2023

Applies to:

Oracle GoldenGate - Version 19.1.0.0.4 and later
Information in this document applies to any platform.

Goal

Whenever using the AutoRestart feature of GoldenGate MicroService Profile, let say you want the restart attempts to bail after exceeding the "Retries" property, but you notice that it will keep trying to start the abended Integrated Extract or Replicat forever.

Considering the simple example below;

"managedProcessSettings": {
"autoStart": {
"enabled": true,
"delay": 60
},
"autoRestart": {
"enabled": true,
"onSuccess": false,
"delay": 10,
"retries": 4,
"window": 60,
"disableOnFailure": true
} }

 

It should stop attempting to start the process after 4 unsuccessful attempts within 60 seconds. But it will not honor and will keep trying.

 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.