Re: proxy_hcheck: Expr name in balancer manager after graceful restart

2016-01-21 Thread Rainer Jung
Am 22.01.2016 um 00:02 schrieb Jim Jagielski: Almost. ctx->conditions is a per-server struct created during the create per-server phase. It is populated by set_hc_condition() which is run when config directives are run during normal command directive processing. So when we do a graceful restart,

Re: proxy_hcheck: Expr name in balancer manager after graceful restart

2016-01-21 Thread Jim Jagielski
Almost. ctx->conditions is a per-server struct created during the create per-server phase. It is populated by set_hc_condition() which is run when config directives are run during normal command directive processing. So when we do a graceful restart, I think we create ctx->conditions anew, but we n

Re: proxy_hcheck: Expr name in balancer manager after graceful restart

2016-01-21 Thread Jim Jagielski
Thx... will look into it. I wonder if it's a pool lifetime thing or something else. > On Jan 21, 2016, at 4:15 PM, Rainer Jung wrote: > > The name shown in the Expr table of the balancer manager changes after a > graceful restart. Before restart it is the symbolic name used in the config, > e.

proxy_hcheck: Expr name in balancer manager after graceful restart

2016-01-21 Thread Rainer Jung
The name shown in the Expr table of the balancer manager changes after a graceful restart. Before restart it is the symbolic name used in the config, e.g. ok234. After the restart it is the full path name of the shared memory file. The expression itself shown in the second column is OK before