From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Hu Subject: Re: [OSSTEST PATCH 1/4] Database locking: Perl: Retry all deadlocks in PostgreSQL Date: Wed, 16 Dec 2015 09:39:07 +0800 Message-ID: <1450229947.13553.2.camel@vmm.sh.intel.com> References: <1450196786-27361-1-git-send-email-ian.jackson@eu.citrix.com> <1450197183.16856.201.camel@citrix.com> <22128.17066.190089.78776@mariner.uk.xensource.com> <22128.18256.394413.846867@mariner.uk.xensource.com> <22128.19408.421764.423446@mariner.uk.xensource.com> Reply-To: robert.hu@intel.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1a90yY-00066P-5B for xen-devel@lists.xenproject.org; Wed, 16 Dec 2015 01:33:54 +0000 In-Reply-To: <22128.19408.421764.423446@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel@lists.xenproject.org, Ian Campbell , robert.hu@intel.com List-Id: xen-devel@lists.xenproject.org On Tue, 2015-12-15 at 17:20 +0000, Ian Jackson wrote: > Ian Jackson writes ("Re: [OSSTEST PATCH 1/4] Database locking: Perl: Retry all deadlocks in PostgreSQL"): > > The Massachusetts instance is currently broken because the ownerdaemon > > is broken. So I am going to update the owner and queue daemons, and > > restart everything, and then remove the Mass stop file. > > The Mass owner daemon did not start because it runs on the DB VM which: > * Did not have /home/osstest/.xen-osstest/settings > * Did not have libhtml-parser-perl installed > I have sorted this out. > > > The Cambridge instance doesn't have the SQL locking changes yet, but > > it would start testing the new osstest which might start to cause > > trouble. So I have dropped a stop file there now. When Cambridge has > > drained, probably tomorrow, I will update the daemons there (but not > > push anything to the main in-use trees). > > > > Any other instances (eg, Intel?) running in Executive mode need to get > > the updates to the owner and queue daemons before starting to use the > > new osstest.git for actual test flights. Thanks for your care, Ian. My side instances only run in Standalone mode. > > Ian.