diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 54e932782..32f6da009 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -1,7 +1,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") -ENVOY_COMMIT = "8fd1a52e608f7223b4864ca913cc3ed82340991d" # June 10th, 2020 -ENVOY_SHA = "9b4f619e149f62e3b8ab668b6ebd707363f497d8c345095248ee891057e43676" +ENVOY_COMMIT = "b612236bcd8ef3cd14d904c21348888a6755d5d6" # June 14th, 2020 +ENVOY_SHA = "3921cedea57380c75f9a97b046f6171cc21b15b2392aaa75f4c97e9adf48677c" HDR_HISTOGRAM_C_VERSION = "0.9.13" # Feb 22nd, 2020 HDR_HISTOGRAM_C_SHA = "2bd4a4631b64f2f8cf968ef49dd03ff3c51b487c3c98a01217ae4cf4a35b8310" diff --git a/source/server/README.md b/source/server/README.md index 36b2ee8ae..85d2d23a0 100644 --- a/source/server/README.md +++ b/source/server/README.md @@ -148,7 +148,8 @@ bazel-bin/nighthawk_test_server [--disable-extensions ] [--max-obj-name-len ] [--max-stats ] [--mode ] [--parent-shutdown-time-s -] [--drain-time-s ] +] [--drain-strategy ] +[--drain-time-s ] [--file-flush-interval-msec ] [--service-zone ] [--service-node ] @@ -205,6 +206,10 @@ normally) or 'validate' (validate configs and exit). --parent-shutdown-time-s Hot restart parent shutdown time in seconds +--drain-strategy +Hot restart drain sequence behaviour, one of 'gradual' (default) or +'immediate'. + --drain-time-s Hot restart and LDS removal drain time in seconds