From owner-freebsd-stable@FreeBSD.ORG Mon Nov 25 21:27:13 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 665B8899; Mon, 25 Nov 2013 21:27:13 +0000 (UTC) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BBD202A9F; Mon, 25 Nov 2013 21:27:12 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id ep20so3471355lab.20 for ; Mon, 25 Nov 2013 13:27:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=D0w4T72I2J4sINXKdgJPtHenxZr+3qCMMbsnh4ITMVc=; b=qS9eyKKeJrxqIWAIB2nHOn/8j5hLJbP8/CQLhAgQmirC/1zsA8j8qsP0Q2N4VRRHwe 3D1SXsFq8Rq9ZOC9p8jxvJV30j2i0/g1nhrrAP68DPy0JYd3LcIP3ao/J0J+Od60teHH OukH3Q4epclSr8Cil18NxXIy6+jXgLVffUD/E/Lg6ir8D3I3BWkonKP7K9ixE6zq7Ln1 TiS+xApE7tX1cJOAgGf8QPQoJw6hSx7RUC1g3VeTTrULEM0CyuxllFSL/0eoOZrx14tx eGCMu3C2nObMA6ggmkbqM9dkr/iHNrIiEuypBkqBWof8UT2rNq/BPJN6I9cXTZ6uHP7D h5Og== X-Received: by 10.152.245.1 with SMTP id xk1mr64439lac.49.1385414830702; Mon, 25 Nov 2013 13:27:10 -0800 (PST) Received: from localhost ([178.150.115.244]) by mx.google.com with ESMTPSA id a8sm5281789lae.5.2013.11.25.13.27.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Nov 2013 13:27:09 -0800 (PST) Sender: Mikolaj Golub Date: Mon, 25 Nov 2013 23:27:07 +0200 From: Mikolaj Golub To: Pete French Subject: Re: Hast locking up under 9.2 Message-ID: <20131125212706.GA6870@gmail.com> References: <20131125094111.GA22396@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Cc: freebsd-stable@freebsd.org, to.my.trociny@gmail.com X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 21:27:13 -0000 On Mon, Nov 25, 2013 at 05:35:50PM +0000, Pete French wrote: > I was birning up nmy hast system to do some testing and I got another > asseryion failure in it: > > Assertion failed: (memsyncack), function remote_recv_thread, file /usr/src/sbin/hastd/primary.c, line 1854. It looks you were using the first version of my patch. This was false positive: memsyncack may be false here if the request to the secondary failed, e.g. due to disconnect. I fixed this later but forgot to mention. Please use the latest patch: http://people.freebsd.org/~trociny/patches/hast.primary.c.memsync_write_complete.2.patch Thanks for testing. -- Mikolaj Golub