Hi all
I have FME Flow installed in production environment with 2 nodes (Fault-Tolerant installation).
I have now 4 workspaces that i have scheduled every 4 minutes.
My DB Administrator see many query like this
UPDATE fme_node_health SET modifieddate = :1 , expirydate = :2 , timeout = :3 , expiry = :4 WHERE process = :5 AND name = :6
UPDATE fme_lock SET val = :1 , uuid = :2 , expiry = :3 WHERE lock_key = :4 AND (uuid = :5 OR expiry < :6 )
They occours more time and and fill the disk space dedicated to Oracle logs.
It's the first time it's happened to me and I don't understand if it depends on the scheduling or the Fault-Tolerant type installation.
Can someone help me?
Thanks a lot