Skip to content

[Experiment][Don't review]send alternate rsrc version#290

Closed
jyotimahapatra wants to merge 2 commits intoenvoyproxy:masterfrom
jyotimahapatra:any
Closed

[Experiment][Don't review]send alternate rsrc version#290
jyotimahapatra wants to merge 2 commits intoenvoyproxy:masterfrom
jyotimahapatra:any

Conversation

@jyotimahapatra
Copy link
Copy Markdown
Contributor

@jyotimahapatra jyotimahapatra commented Apr 17, 2020

Error Message:

[2020-04-17 19:18:00.722][1209][debug][config] [source/common/config/grpc_mux_impl.cc:136] Received gRPC message for type.googleapis.com/envoy.config.cluster.v3.Cluster at version v0
[2020-04-17 19:18:00.722][1209][warning][config] [source/common/config/grpc_mux_impl.cc:139] Ignoring the message for type URL type.googleapis.com/envoy.config.cluster.v3.Cluster as it has no current subscribers.

Signed-off-by: Jyoti Mahapatra <jmahapatra@lyft.com>
}
} else {
marshaledResource, err := cache.MarshalResource(resp.Resources[i])
marshaledResource, err := cache.MarshalResource(resp.Resources[i], typeURL)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should discovery.DiscoveryResponse.TypeUrl below be updated as well?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i see...trying that out.

Copy link
Copy Markdown
Contributor Author

@jyotimahapatra jyotimahapatra Apr 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There;s still some issue. From envoy logs

[2020-04-17 19:18:00.722][1209][debug][config] [source/common/config/grpc_mux_impl.cc:136] Received gRPC message for type.googleapis.com/envoy.config.cluster.v3.Cluster at version v0
[2020-04-17 19:18:00.722][1209][warning][config] [source/common/config/grpc_mux_impl.cc:139] Ignoring the message for type URL type.googleapis.com/envoy.config.cluster.v3.Cluster as it has no current subscribers.

https://github.com/envoyproxy/envoy/blob/master/source/common/config/grpc_mux_impl.cc#L131

Signed-off-by: Jyoti Mahapatra <jmahapatra@lyft.com>
@jessicayuen jessicayuen closed this Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants