We are using ml-gradle v4.1.0
and ML v10.0-3
We have 2 groups A and B in the cluster. A has 6 nodes and B has 4 nodes.
Despite using the property mlDatabasesWithForestsOnOneHost
ml-gradle is creating an extra forest in B group (along with one forest in A group for a particular DB).
Since this mlDatabasesWithForestsOnOneHost
property is set it should never create more than 1 primary forest for a particular DB.
I have also set the property mlForestsPerHost
with DB_name,1
Please help.