Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warning message when bootstrap #2023

Closed
zirain opened this issue Oct 20, 2023 · 8 comments · Fixed by #2048
Closed

warning message when bootstrap #2023

zirain opened this issue Oct 20, 2023 · 8 comments · Fixed by #2048
Assignees
Milestone

Comments

@zirain
Copy link
Contributor

zirain commented Oct 20, 2023

[2023-10-20 00:03:08.381][1][warning][misc] [source/common/protobuf/message_validator_impl.cc:21] Deprecated field: type envoy.config.cluster.v3.Cluster Using deprecated option 'envoy.config.cluster.v3.Cluster.http2_protocol_options' from file cluster.proto. This configuration will be removed from Envoy soon. Please see https://www.envoyproxy.io/docs/envoy/latest/version_history/version_history for details. If continued use of this field is absolutely necessary, see https://www.envoyproxy.io/docs/envoy/latest/configuration/operations/runtime#using-runtime-overrides-for-deprecated-features for how to apply a temporary and highly discouraged override.
[2023-10-20 00:03:08.395][1][warning][main] [source/server/server.cc:902] There is no configured limit to the number of allowed active downstream connections. Configure a limit in `envoy.resource_monitors.downstream_connections` resource monitor.
[2023-10-20 00:03:23.398][1][warning][config] [source/extensions/config_subscription/grpc/grpc_subscription_impl.cc:130] gRPC config: initial fetch timed out for type.googleapis.com/envoy.service.runtime.v3.Runtime
@zirain zirain added this to the 0.6.0-rc1 milestone Oct 20, 2023
@tmsnan
Copy link
Contributor

tmsnan commented Oct 20, 2023

The second line of warning may need to be ignored temporarily, because this extension is work-in-progress in envoy (#1966 (comment)). Maybe I can fix other warning Message?

@zirain
Copy link
Contributor Author

zirain commented Oct 20, 2023

can we fix the second one with static_layer like istio did?

@tmsnan
Copy link
Contributor

tmsnan commented Oct 23, 2023

can we fix the second one with static_layer like istio did?

Runtime key overload.global_downstream_max_connections is deprecated and will be removed in future, maybe we need to raise an issue in envoy.
https://www.envoyproxy.io/docs/envoy/latest/configuration/operations/overload_manager/overload_manager#limiting-active-connections

@zirain
Copy link
Contributor Author

zirain commented Oct 23, 2023

xhref: envoyproxy/envoy#30410

@arkodg
Copy link
Contributor

arkodg commented Oct 26, 2023

can this be closed @zirain ?

@zirain
Copy link
Contributor Author

zirain commented Oct 26, 2023

nop, I will revise this before v0.6 release, tag this as a blocker?

@zirain zirain self-assigned this Oct 26, 2023
@arkodg arkodg modified the milestones: 0.6.0-rc1, Backlog, 0.6.0 Oct 27, 2023
@zirain
Copy link
Contributor Author

zirain commented Oct 31, 2023

[2023-10-20 00:03:08.381][1][warning][misc] [source/common/protobuf/message_validator_impl.cc:21] Deprecated field: type envoy.config.cluster.v3.Cluster Using deprecated option 'envoy.config.cluster.v3.Cluster.http2_protocol_options' from file cluster.proto. This configuration will be removed from Envoy soon. Please see https://www.envoyproxy.io/docs/envoy/latest/version_history/version_history for details. If continued use of this field is absolutely necessary, see https://www.envoyproxy.io/docs/envoy/latest/configuration/operations/runtime#using-runtime-overrides-for-deprecated-features for how to apply a temporary and highly discouraged override.

xhref: #2048

[2023-10-20 00:03:08.395][1][warning][main] [source/server/server.cc:902] There is no configured limit to the number of allowed active downstream connections. Configure a limit in envoy.resource_monitors.downstream_connections resource monitor.

xhref: envoyproxy/envoy#30410 (comment)

[2023-10-20 00:03:23.398][1][warning][config] [source/extensions/config_subscription/grpc/grpc_subscription_impl.cc:130] gRPC config: initial fetch timed out for type.googleapis.com/envoy.service.runtime.v3.Runtime

fixed by #2051

@zirain
Copy link
Contributor Author

zirain commented Nov 14, 2023

xref: envoyproxy/envoy#30735

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 a pull request may close this issue.

3 participants