I have a MArkLogic cluster with 3 nodes:
- Node 1
- Node 2
- Node 3
On this clustered environemnt I have a database test which has one forest test-01. The Primary Host for the forest test-01 is on Node 1. Also, I have CPF installed on the database test
Now, when I insert any document in the database test, the CPF action module will be executed on which Node's Task Server thread?
Will the Primary Host of the forest in which the document gets created ALWAYS executes the CPF action module?
What If I configure a failover replica of forest test-01 on Node 2 and Node 3 and after that stop the MarkLogic service on Node 01. which Node's Task Server will then execute the CPF action modules?