Improve round robin error message

This commit is contained in:
Michael Lumish 2024-12-10 15:27:49 -05:00
parent 2a4cd42f82
commit fad797fd92
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ export class RoundRobinLoadBalancer implements LoadBalancer {
} else if (
this.countChildrenWithState(ConnectivityState.TRANSIENT_FAILURE) > 0
) {
const errorMessage = `No connection established. Last error: ${this.lastError}`;
const errorMessage = `round_robin: No connection established. Last error: ${this.lastError}`;
this.updateState(
ConnectivityState.TRANSIENT_FAILURE,
new UnavailablePicker({