Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 87021 invoked from network); 29 Aug 2009 06:21:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Aug 2009 06:21:37 -0000 Received: (qmail 85941 invoked by uid 500); 29 Aug 2009 06:21:37 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 85870 invoked by uid 500); 29 Aug 2009 06:21:37 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 85858 invoked by uid 99); 29 Aug 2009 06:21:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Aug 2009 06:21:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Aug 2009 06:21:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ADB10234C48C for ; Fri, 28 Aug 2009 23:21:15 -0700 (PDT) Message-ID: <524262947.1251526875707.JavaMail.jira@brutus> Date: Fri, 28 Aug 2009 23:21:15 -0700 (PDT) From: "Rob Davies (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQ-1386) Very slow on Solaris/Linux when commiting transactions In-Reply-To: <5717850.1189666162313.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Davies resolved AMQ-1386. ----------------------------- Resolution: Working as Designed Fix Version/s: (was: 5.4.0) 5.3.0 sync to disk on a transaction boundary is going to be slow. You can configure not to do this - depends on the store used > Very slow on Solaris/Linux when commiting transactions > ------------------------------------------------------ > > Key: AMQ-1386 > URL: https://issues.apache.org/activemq/browse/AMQ-1386 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 4.1.1, 5.2.0 > Environment: Solaris 10 on T2000, SUSE Enterprise linux 10 on DELL AMD64, Debian testing on AMD Turion laptop, SUSE8 on DELL amd > Reporter: robert huitema > Assignee: Rob Davies > Fix For: 5.3.0 > > Attachments: JmsTestHarnessAMQ.java > > > All these systems show a very severe slowdown in TPS when each read is commited. this varies with the system, but is generally 100 times less than when I commit every 1000 reads. I have investigated and applied the fixes found so far, including the tcp_nodelay, net.ipv4.tcp_abc, and misc system fixes. The problem exhibits across localhost and network, and on Seebeyonds stcms IQManager. > I have attached a test harness which should show the problem. > Summary of speeds: > localhost windows desktop PC: commit 1000: 3900 tps, commit each:1300 tps > DELL AMD64: commit 1000: 8000tps, commit each: 30tps > SunT2000: commit 1000:700tps, commit each; 15tps > linux laptop: commit 1000: 2500 tps, commit each: 200 tps > Hope you can help, we have been at this in depth for a while now :-( > rgds > rob -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.