Skip to content

Commit 06c715e

Browse files
authored
Merge pull request #58930 from rh-tokeefe/OSSM-3750
OSSM-3750: Incorrect default load balancing policy
2 parents 86b91f5 + ed81ac3 commit 06c715e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/ossm-routing-destination-rules.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Destination rules are applied after virtual service routing rules are evaluated, so they apply to the traffic's real destination. Virtual services route traffic to a destination. Destination rules configure what happens to traffic at that destination.
1111

12-
By default, {SMProductName} uses a round-robin load balancing policy, where each service instance in the pool gets a request in turn. {SMProductName} also supports the following models, which you can specify in destination rules for requests to a particular service or service subset.
12+
By default, {SMProductName} uses a least requests load balancing policy, where the service instance in the pool with the least number of active connections receives the request. {SMProductName} also supports the following models, which you can specify in destination rules for requests to a particular service or service subset.
1313

1414
* Random: Requests are forwarded at random to instances in the pool.
1515
* Weighted: Requests are forwarded to instances in the pool according to a specific percentage.

modules/ossm-routing-virtual-service.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can route requests dynamically to multiple versions of a microservice throug
1818

1919
Requests are routed to services within a service mesh with virtual services. Each virtual service consists of a set of routing rules that are evaluated in order. {SMProductName} matches each given request to the virtual service to a specific real destination within the mesh.
2020

21-
Without virtual services, {SMProductName} distributes traffic using round-robin load balancing between all service instances. With a virtual service, you can specify traffic behavior for one or more hostnames. Routing rules in the virtual service tell {SMProductName} how to send the traffic for the virtual service to appropriate destinations. Route destinations can be versions of the same service or entirely different services.
21+
Without virtual services, {SMProductName} distributes traffic using least requests load balancing between all service instances. With a virtual service, you can specify traffic behavior for one or more hostnames. Routing rules in the virtual service tell {SMProductName} how to send the traffic for the virtual service to appropriate destinations. Route destinations can be versions of the same service or entirely different services.
2222

2323
.Procedure
2424

0 commit comments

Comments
 (0)