We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400b776 commit fa21404Copy full SHA for fa21404
xds/src/main/java/io/grpc/xds/ClusterResolverLoadBalancer.java
@@ -243,7 +243,7 @@ private void handleEndpointResourceUpdate() {
243
if (addresses.isEmpty()) {
244
if (endpointNotFound.isOk()) {
245
endpointNotFound = Status.UNAVAILABLE.withDescription(
246
- "No usable endpoint from cluster(s): " + cluster);
+ "No usable endpoint from cluster: " + cluster);
247
} else {
248
endpointNotFound =
249
Status.UNAVAILABLE.withCause(endpointNotFound.getCause())
0 commit comments