Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B7DC2112ED for ; Sun, 21 Sep 2014 20:00:34 +0000 (UTC) Received: (qmail 53510 invoked by uid 500); 21 Sep 2014 20:00:34 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 53476 invoked by uid 500); 21 Sep 2014 20:00:34 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 53466 invoked by uid 500); 21 Sep 2014 20:00:34 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 53463 invoked by uid 99); 21 Sep 2014 20:00:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Sep 2014 20:00:34 +0000 Date: Sun, 21 Sep 2014 20:00:34 +0000 (UTC) From: "Rayees Namathponnan (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CLOUDSTACK-7112) [Automation] Deadlock observed while restarting MS, and MS never comes back MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-7112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rayees Namathponnan closed CLOUDSTACK-7112. ------------------------------------------- not found in latest runs > [Automation] Deadlock observed while restarting MS, and MS never comes back > --------------------------------------------------------------------------- > > Key: CLOUDSTACK-7112 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7112 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Management Server > Affects Versions: 4.5.0 > Environment: 4.5 > Reporter: Rayees Namathponnan > Assignee: Koushik Das > Priority: Blocker > Fix For: 4.5.0 > > Attachments: vmware_july_15.rar > > > Steps to reproduce > Step 1 : Create advance zone on vmware > Step 2 : Make sure CPVM and SSVM are up > Step 3 : deploy VM > Step 4 : Restart MS > MS never comes back, observed below deadlock in log > 2014-07-15 13:18:33,221 INFO [c.c.u.d.GenericDaoBase] (main:null) Cache created: [ name = HostPodDaoImpl status = STATUS_ALIVE eternal = false overflowToDisk = false maxEntriesLocalHeap = 50 maxEntriesLocalDisk = 0 memoryStoreEvictionPolicy = LRU timeToLiveSeconds = 600 timeToIdleSeconds = 300 persistence = none diskExpiryThreadIntervalSeconds = 120 cacheEventListeners: net.sf.ehcache.statistics.LiveCacheStatisticsWrapper hitCount = 0 memoryStoreHitCount = 0 diskStoreHitCount = 0 missCountNotFound = 0 missCountExpired = 0 maxBytesLocalHeap = 0 overflowToOffHeap = false maxBytesLocalOffHeap = 0 maxBytesLocalDisk = 0 pinned = false ] > 2014-07-15 13:18:33,267 INFO [c.c.u.d.GenericDaoBase] (main:null) Cache created: [ name = ServiceOfferingDaoImpl status = STATUS_ALIVE eternal = false overflowToDisk = false maxEntriesLocalHeap = 50 maxEntriesLocalDisk = 0 memoryStoreEvictionPolicy = LRU timeToLiveSeconds = 600 timeToIdleSeconds = 300 persistence = none diskExpiryThreadIntervalSeconds = 120 cacheEventListeners: net.sf.ehcache.statistics.LiveCacheStatisticsWrapper hitCount = 0 memoryStoreHitCount = 0 diskStoreHitCount = 0 missCountNotFound = 0 missCountExpired = 0 maxBytesLocalHeap = 0 overflowToOffHeap = false maxBytesLocalOffHeap = 0 maxBytesLocalDisk = 0 pinned = false ] > 2014-07-15 13:18:33,314 DEBUG [c.c.s.ConfigurationServerImpl] (main:null) Caught exception when inserting system account: Duplicate entry '1' for key 'PRIMARY' > *** Java threads running at time of deadlock *** > "net.sf.ehcache.CacheManager@1f465da5" tid=24 TIMED_WAITING on lock=java.util.TaskQueue@c1665ee in java.lang.Object.wait() > at java.lang.Object.wait(Native Method) > at java.util.TimerThread.mainLoop(Timer.java:552) > at java.util.TimerThread.run(Timer.java:505) > "RMI TCP Accept-41360" tid=23 RUNNABLE (running in native) in java.net.PlainSocketImpl.socketAccept() > at java.net.PlainSocketImpl.socketAccept(Native Method) > at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398) > at java.net.ServerSocket.implAccept(ServerSocket.java:530) > at java.net.ServerSocket.accept(ServerSocket.java:498) > at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(TCPTransport.java:388) > at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(TCPTransport.java:360) > at java.lang.Thread.run(Thread.java:744) > "Multicast Heartbeat Sender Thread" tid=22 TIMED_WAITING on lock=net.sf.ehcache.distribution.MulticastKeepaliveHeartbeatSender$MulticastServerThread@127df275 in java.lang.Object.wait() -- This message was sent by Atlassian JIRA (v6.3.4#6332)