Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 81033 invoked from network); 29 May 2007 11:31:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2007 11:31:44 -0000 Received: (qmail 70933 invoked by uid 500); 29 May 2007 11:31:48 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 70553 invoked by uid 500); 29 May 2007 11:31:47 -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 70544 invoked by uid 99); 29 May 2007 11:31:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 May 2007 04:31:47 -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; Tue, 29 May 2007 04:31:42 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C6BAB71417D for ; Tue, 29 May 2007 04:31:21 -0700 (PDT) Message-ID: <29034274.1180438281806.JavaMail.jira@brutus> Date: Tue, 29 May 2007 04:31:21 -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_12499768 ] Ian Boston commented on JCR-929: -------------------------------- Dominique, thanks for the pointer, that makes sense to me and fits other problems I am seeing where locks fail on non existent nodes during journal replay. I will give it a go and get back to you. Unfortunately, I will not have full network access until this Saturday. Thanks Ian Sent from my Pearl, sorry about the briefness and spelling! > 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 > > > 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.