Skip to content

Commit

Permalink
Update agent/xds/delta.go
Browse files Browse the repository at this point in the history
Co-authored-by: R.B. Boyer <[email protected]>
  • Loading branch information
freddygv and rboyer authored Nov 7, 2022
1 parent 388b3ff commit 4ab769a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/xds/delta.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ func (s *Server) processDelta(stream ADSDeltaStream, reqCh <-chan *envoy_discove
break
}
if endpointHandler := handlers[xdscommon.EndpointType]; endpointHandler.registered && len(endpointHandler.pendingUpdates) > 0 {
generator.Logger.Trace("Skipping delta computation for resource because there are dependent updates pending",
generator.Logger.Trace("Skipping remaining delta computation for resource because there are dependent updates pending",
"typeUrl", op.TypeUrl, "dependent", xdscommon.EndpointType)
break
}
Expand Down

0 comments on commit 4ab769a

Please sign in to comment.