Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 38575 invoked from network); 3 Jun 2009 13:01:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Jun 2009 13:01:12 -0000 Received: (qmail 81070 invoked by uid 500); 3 Jun 2009 13:01:23 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 81049 invoked by uid 500); 3 Jun 2009 13:01:23 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 81038 invoked by uid 99); 3 Jun 2009 13:01:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 13:01:23 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of loreii.jcr@gmail.com designates 209.85.220.163 as permitted sender) Received: from [209.85.220.163] (HELO mail-fx0-f163.google.com) (209.85.220.163) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Jun 2009 13:01:13 +0000 Received: by fxm7 with SMTP id 7so2645897fxm.43 for ; Wed, 03 Jun 2009 06:00:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=FjnrSz/3DcWdcRGeMW6DQoywvypCmHFD7yhZdqKqqAg=; b=ezxoWqMm5DhYHXbfgJmv3J6RHYIlEuHNcoxAQ4+2aKyvFpr8dGzGzmrAaj3HvLkZrj jFUK2qef1kvsUk4l3Jd1JR0pnjKr75o131icZdntxivN6x51PARXDkQIWX4YvGU/xymX YCYA5GTiJcyre8LpKXW0haKN8mqzccdfm4EOI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=YyiqwN4gnu07sxVC+jyLGuaKjQN6/Sd4MylIT8qGARRioJTFmewk8bA05STUGtSuyA 5Y+r6+W7Dr2qXDbWtfmRrfPUBxkQlqzqo2s1LC0lj9cw1gueSWR0VRRcr+BZ+3dQQ771 GOwZZxcQvn/d+F42FJVfnzqyiN+8rynTEvMy0= MIME-Version: 1.0 Received: by 10.204.65.17 with SMTP id g17mr838014bki.193.1244034053270; Wed, 03 Jun 2009 06:00:53 -0700 (PDT) In-Reply-To: References: Date: Wed, 3 Jun 2009 15:00:53 +0200 Message-ID: Subject: Re: worspace.move() deadlock From: loreii alpha To: users@jackrabbit.apache.org Content-Type: multipart/alternative; boundary=0016e6ddfee6d57316046b713f57 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6ddfee6d57316046b713f57 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I'm preparing the test case, in the mean time this is the stacktrace : Thread [DefaultQuartzScheduler_Worker-3] (Suspended) Object.wait(long) line: not available [native method] [local variables unavailable] WriterPreferenceReadWriteLock$ReaderLock(Object).wait() line: 485 [local variables unavailable] WriterPreferenceReadWriteLock$ReaderLock.acquire() line: not available [local variables unavailable] DefaultISMLocking$ReadLockImpl.(Sync) line: 78 DefaultISMLocking$ReadLockImpl.(Sync, DefaultISMLocking$1) line: 72 DefaultISMLocking.acquireReadLock(ItemId) line: 40 SharedItemStateManager.acquireReadLock(ItemId) line: 1401 SharedItemStateManager.hasItemState(ItemId) line: 279 XAItemStateManager.hasItemState(ItemId) line: 288 SessionItemStateManager.hasItemState(ItemId) line: 206 CachingHierarchyManager(HierarchyManagerImpl).hasItemState(ItemId) line: 164 CachingHierarchyManager.nodeRemoved(NodeState, Path, NodeId) line: 725 CachingHierarchyManager.nodeRemoved(NodeState, Name, int, NodeId) line: 455 StateChangeDispatcher.notifyNodeRemoved(NodeState, Name, int, NodeId) line: 157 SessionItemStateManager.nodeRemoved(NodeState, Name, int, NodeId) line: 941 NodeState.notifyNodeRemoved(ChildNodeEntry) line: 871 NodeState.removeChildNodeEntry(Name, int) line: 388 XASessionImpl(SessionImpl).move(String, String) line: 1035 Worker.execute(JobExecutionContext) line: 121 Worker.run() line: 202 SimpleThreadPool$WorkerThread.run() line: 525 Cheers Lore On Wed, May 27, 2009 at 2:20 PM, Alexander Klimetschek wrote: > On Wed, May 27, 2009 at 10:47 AM, loreii alpha > wrote: > > Hi all, > > during concurrent workspace in cluster jackrabbit environment move i > > get a deadlock, (moving different node from different source to the > > same destination directory) > > > > as soon as possible i'll provide a test case. > > > > have you ever seen something of similar? > > I couldn't find anything in the JIRA [1], so reporting a bug and > providing a test case would be good! > > [1] > http://issues.apache.org/jira/secure/QuickSearch.jspa?searchString=jcr+deadlock > > Regards, > Alex > > -- > Alexander Klimetschek > alexander.klimetschek@day.com > --0016e6ddfee6d57316046b713f57--