Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
7 changes: 6 additions & 1 deletion source/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ bazel-bin/nighthawk_test_server [--disable-extensions <string>]
[--max-obj-name-len <uint64_t>]
[--max-stats <uint64_t>] [--mode
<string>] [--parent-shutdown-time-s
<uint32_t>] [--drain-time-s <uint32_t>]
<uint32_t>] [--drain-strategy <string>]
[--drain-time-s <uint32_t>]
[--file-flush-interval-msec <uint32_t>]
[--service-zone <string>]
[--service-node <string>]
Expand Down Expand Up @@ -205,6 +206,10 @@ normally) or 'validate' (validate configs and exit).
--parent-shutdown-time-s <uint32_t>
Hot restart parent shutdown time in seconds

--drain-strategy <string>
Hot restart drain sequence behaviour, one of 'gradual' (default) or
'immediate'.

--drain-time-s <uint32_t>
Hot restart and LDS removal drain time in seconds

Expand Down