From 92b6224d4f6f0588bfbca55c345ddff34a0504e7 Mon Sep 17 00:00:00 2001 From: Anirudh Ramachandra Date: Fri, 13 Dec 2024 21:35:03 +0000 Subject: [PATCH] Fix comment on the CSDS proto Signed-off-by: Anirudh Ramachandra --- proposals/TP3-xds-error-propagation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/proposals/TP3-xds-error-propagation.md b/proposals/TP3-xds-error-propagation.md index 12a46be..ad88db7 100644 --- a/proposals/TP3-xds-error-propagation.md +++ b/proposals/TP3-xds-error-propagation.md @@ -78,8 +78,9 @@ service ClientStatusDiscoveryService { ... // NEW FIELD - // Should be treated basically the same as `CLIENT_NACKED`. - // Provides the previously cached version of the resource but also indicates a server error that was recieved using resource_errors field. + // Client received an error from the control plane. The attached config + // dump is the most recent accepted one. If no config is accepted yet, + // the attached config dump will be empty. CLIENT_RECEIVED_ERROR = 4; } }