Skip to content

Commit 02e8217

Browse files
committed
merge conflict took old method handleConfigNotFound()
1 parent edaa1fc commit 02e8217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xds/src/main/java/io/grpc/xds/XdsServerWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ public void onResourceChanged(StatusOr<LdsUpdate> updateOrError) {
392392
StatusException statusException = error.withDescription(
393393
error.getDescription() + " xDS node ID: "
394394
+ xdsClient.getBootstrapInfo().node().getId()).asException();
395-
handleConfigNotFound(statusException);
395+
handleConfigNotFoundOrMismatch(statusException);
396396
return;
397397
}
398398
LdsUpdate update = updateOrError.getValue();

0 commit comments

Comments
 (0)