Skip to content

Commit 07abacc

Browse files
ejona86AgraVator
authored andcommitted
xds: Remove verify TODO for onResult2 error status
This had been accidentally left in 0c179e3. Requesting a refresh is pretty close to RetryingNameResolver's behavior of exponential backoff. While not identical, it is the closest we can get easily.
1 parent c479982 commit 07abacc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ private void updateResolutionResult(XdsConfig xdsConfig) {
331331
.setServiceConfig(parsedServiceConfig)
332332
.build();
333333
if (!listener.onResult2(result).isOk()) {
334-
// TODO: check if this is right
335334
resolveState.xdsDependencyManager.requestReresolution();
336335
}
337336
}

0 commit comments

Comments
 (0)