Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Add a --drain option to the restart API . This lets an operator delay a restart or bounce until the number of client connections have dropped below a configurable threshold.
Commit c7554f2636c593fdcb16287eea10adf7c4e73eae in trafficserver's branch refs/heads/master from jpeach@apache.org
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=c7554f2 ]
TS-3233: allow traffic draining before restartAdd the --wait option to traffic_line. This option delays the
corresponsing bounce or restart until the number of active client
connections drops to the threshold given by the
proxy.config.restart.active_client_threshold configuration variable.