Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 97732 invoked from network); 9 Jun 2007 10:07:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jun 2007 10:07:51 -0000 Received: (qmail 22181 invoked by uid 500); 9 Jun 2007 10:07:53 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 22015 invoked by uid 500); 9 Jun 2007 10:07:52 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 21923 invoked by uid 99); 9 Jun 2007 10:07:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jun 2007 03:07:52 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jun 2007 03:07:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8C0E87141FA for ; Sat, 9 Jun 2007 03:07:26 -0700 (PDT) Message-ID: <10197336.1181383646571.JavaMail.jira@brutus> Date: Sat, 9 Jun 2007 03:07:26 -0700 (PDT) From: "Ian Boston (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Commented: (JCR-929) Under Heavy load in a Cluster HTTP Threads Block and stall requests In-Reply-To: <8561188.1179474076849.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCR-929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503046 ] Ian Boston commented on JCR-929: -------------------------------- There is one small failiure in teh tests when not in a cluster About line 324 void internalUnlock(NodeImpl node) throws LockException, RepositoryException { ClusterOperation operation = null; if ( eventChannel != null ) { operation = eventChannel.create(node.getNodeId()); } boolean successful = false; acquire(); > Under Heavy load in a Cluster HTTP Threads Block and stall requests > ------------------------------------------------------------------- > > Key: JCR-929 > URL: https://issues.apache.org/jira/browse/JCR-929 > Project: Jackrabbit > Issue Type: Bug > Components: core > Affects Versions: 1.3 > Environment: 2 Node Cluster, OSX, JDK 1.5 with DatabaseJournal, DatabasePersistanceManager, all content in DB, using WebDAV to load > Reporter: Ian Boston > Assignee: Dominique Pfister > Attachments: catalina.out.node1.txt, catalina.out.node2.txt, JCR-929.patch, patch.544769 > > > Under Heavy load created by mounting both nodes in the cluster in OSX Finder and then uploading large numebers of files to each node at the same time ( a few 1000), eventually one of the nodes stops responding and the Finder mount timesout and disconnects. > Once that happens that node becomes unusable. > More mount attempts will prompt for a password indicating HTTP is still running, but will timeout once the connection is authenticated. > Access by the Web Browser will prompt for a password, conenct and provide a once only listing of any collection in the workspace. If you try to refresh that collection, the HTTP request hangs forever. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.