Skip to content

Commit 3721087

Browse files
author
Rob Rudin
committed
#167 Making it easier to test deleting replicas
1 parent d5a355e commit 3721087

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

examples/failover-project/gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ mlPassword=admin
77
# The following configuration property lets you easily define how many replicas you want of the forests
88
# for each database. For more precise control over forests and replicas, look into DeployCustomForestsCommand
99
# and DeployCustomForestsTask.
10-
mlDatabaseNamesAndReplicaCounts=Security,2,Schemas,1,Meters,1,App-Services,1
10+
#mlDatabaseNamesAndReplicaCounts=Security,2,Schemas,1,Meters,1,App-Services,1
11+
mlContentForestsPerHost=1
12+
mlDatabaseNamesAndReplicaCounts=failover-example-content,1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"database-name": "%%DATABASE%%"
3+
}

0 commit comments

Comments
 (0)