Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 43E32183BA for ; Thu, 21 Jan 2016 23:03:15 +0000 (UTC) Received: (qmail 21272 invoked by uid 500); 21 Jan 2016 23:03:13 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 21209 invoked by uid 500); 21 Jan 2016 23:03:13 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 21198 invoked by uid 99); 21 Jan 2016 23:03:13 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jan 2016 23:03:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 395D31A0645 for ; Thu, 21 Jan 2016 23:03:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.653 X-Spam-Level: X-Spam-Status: No, score=0.653 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, SPF_NEUTRAL=0.652, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=comcast.net Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id JXFs5hz-KhJC for ; Thu, 21 Jan 2016 23:03:03 +0000 (UTC) Received: from resqmta-po-03v.sys.comcast.net (resqmta-po-03v.sys.comcast.net [96.114.154.162]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 3D39F203BE for ; Thu, 21 Jan 2016 23:03:01 +0000 (UTC) Received: from resomta-po-18v.sys.comcast.net ([96.114.154.242]) by resqmta-po-03v.sys.comcast.net with comcast id 8n2w1s0065E3ZMc01n306D; Thu, 21 Jan 2016 23:03:00 +0000 Received: from [192.168.199.10] ([69.251.84.114]) by resomta-po-18v.sys.comcast.net with comcast id 8n2z1s00T2U0RYt01n30GD; Thu, 21 Jan 2016 23:03:00 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: proxy_hcheck: Expr name in balancer manager after graceful restart From: Jim Jagielski In-Reply-To: Date: Thu, 21 Jan 2016 18:02:59 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <8A71CA0B-F189-441B-8EDB-AA6B566EE0A5@jaguNET.com> References: <56A14A86.2090704@kippdata.de> To: dev@httpd.apache.org X-Mailer: Apple Mail (2.3112) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1453417380; bh=fQ5ya3fYLiWokejjxhjlC1fqCC26ydlAZCpUHA5u4jo=; h=Received:Received:Content-Type:Mime-Version:Subject:From:Date: Message-Id:To; b=drZfBqVDbZXeU6SiAIVyGPrHJpBiW8INsc0CP+8LmlrS3AJfd+ixPItPDvZr/9KqA VXt43MoIFlv28fxHXihUNaZOQRwWNltFboJu7j7nq4WYs9JlGWYsyKEtk5cZyxG2Ex n5dZEFwb2CM5UoRfIE1WSmexKIft1DAXZxIjQPpN+XUsX8KbsuUpc5zuB9B5yEi/AD XXVFOucRG1k/SA/GOgYgDtW0AkfAu9qfqGYum9aJp5UaLzjzYTJgLSOC2Xah1H+8WB SvglqqPVuEHMD5KgQzfBVw/PjzgE8fAIXNxD/L8RGqp23hxK9E+irZThUYsFr61Oea BckMCqBKGWagA== 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 never populate it because for some reason, we seem to be bypassing set_hc_condition() :/ Me confused. > On Jan 21, 2016, at 5:40 PM, Jim Jagielski wrote: >=20 > Thx... will look into it. I wonder if it's a pool lifetime > thing or something else. >=20 >> On Jan 21, 2016, at 4:15 PM, Rainer Jung = wrote: >>=20 >> 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. >>=20 >> The expression itself shown in the second column is OK before and = after, also the expr name given in the worker table. >>=20 >> Regards, >>=20 >> Rainer >>=20 >=20