Make hot restart tolerate premature death of the parent instance (#33216)

---------

Signed-off-by: Raven Black <ravenblack@dropbox.com>

Mirrored from https://github.com/envoyproxy/envoy @ f5bca686eb043e099bd96a8049a38048c402cd36
main
update-envoy[bot] 10 months ago
parent d469256ba4
commit c8a0953530
  1. 5
      envoy/admin/v3/server_info.proto

@ -59,7 +59,7 @@ message ServerInfo {
config.core.v3.Node node = 7;
}
// [#next-free-field: 39]
// [#next-free-field: 40]
message CommandLineOptions {
option (udpa.annotations.versioning).previous_message_type =
"envoy.admin.v2alpha.CommandLineOptions";
@ -98,6 +98,9 @@ message CommandLineOptions {
// See :option:`--use-dynamic-base-id` for details.
bool use_dynamic_base_id = 31;
// See :option:`--skip-hot-restart-on-no-parent` for details.
bool skip_hot_restart_on_no_parent = 39;
// See :option:`--base-id-path` for details.
string base_id_path = 32;

Loading…
Cancel
Save