Skip to content

Commit 945f533

Browse files
Merge pull request #207602 from JasonFreeberg/patch-121
JBoss Clustering scaling notes
2 parents 21721ed + fb2d39b commit 945f533

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/app-service/configure-language-java.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,16 @@ When clustering is enabled, the JBoss EAP instances use the FILE_PING JGroups di
11371137
11381138
The Premium V3 and Isolated V2 App Service Plan types can optionally be distributed across Availability Zones to improve resiliency and reliability for your business-critical workloads. This architecture is also known as [zone redundancy](../availability-zones/migrate-app-service.md). The JBoss EAP clustering feature is compatabile with the zone redundancy feature.
11391139
1140+
#### Auto-Scale Rules
1141+
1142+
When configuring auto-scale rules for horizontal scaling it is important to remove instances incrementally (one at a time) to ensure each removed instance can transfer its activity (such as handling a database transaction) to another member of the cluster. When configuring your autoscale rules in the Portal to scale down, use the following options:
1143+
1144+
- **Operation**: "Decrease count by"
1145+
- **Cool down**: "5 minutes" or greater
1146+
- **Instance count**: 1
1147+
1148+
You do not need to incrementally add instances (scaling out), you can add multiple instances to the cluster at a time.
1149+
11401150
### JBoss EAP App Service Plans
11411151
11421152
<a id="jboss-eap-hardware-options"></a>

0 commit comments

Comments
 (0)