We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edaa1fc commit 02e8217Copy full SHA for 02e8217
1 file changed
xds/src/main/java/io/grpc/xds/XdsServerWrapper.java
@@ -392,7 +392,7 @@ public void onResourceChanged(StatusOr<LdsUpdate> updateOrError) {
392
StatusException statusException = error.withDescription(
393
error.getDescription() + " xDS node ID: "
394
+ xdsClient.getBootstrapInfo().node().getId()).asException();
395
- handleConfigNotFound(statusException);
+ handleConfigNotFoundOrMismatch(statusException);
396
return;
397
}
398
LdsUpdate update = updateOrError.getValue();
0 commit comments