From dev-return-17472-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Tue Nov 03 11:10:25 2009 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 20516 invoked from network); 3 Nov 2009 11:10:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Nov 2009 11:10:25 -0000 Received: (qmail 69118 invoked by uid 500); 3 Nov 2009 11:10:25 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 69069 invoked by uid 500); 3 Nov 2009 11:10:24 -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 69059 invoked by uid 99); 3 Nov 2009 11:10:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2009 11:10:24 +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; Tue, 03 Nov 2009 11:10:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D9B65234C4A7 for ; Tue, 3 Nov 2009 03:09:52 -0800 (PST) Message-ID: <1358380032.1257246592886.JavaMail.jira@brutus> Date: Tue, 3 Nov 2009 03:09:52 -0800 (PST) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Issue Comment Edited: (AMQ-2463) Transaction isolation level should be configurable in jdbcpersistence adapter - TRANSACITON_READ_UNCOMMITTED blows on MySQL with binlog In-Reply-To: <1953351685.1256310472910.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-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54951#action_54951 ] Gary Tully edited comment on AMQ-2463 at 11/3/09 3:09 AM: ---------------------------------------------------------- resolve in r829105 new int property isolationLevel on jdbcpersistenceadapter allows default value to be overridden was (Author: gtully): resolve in r829105 new int property isolationlevel on jdbcpersistenceadapter allows default value o be overridden > Transaction isolation level should be configurable in jdbcpersistence adapter - TRANSACITON_READ_UNCOMMITTED blows on MySQL with binlog > --------------------------------------------------------------------------------------------------------------------------------------- > > Key: AMQ-2463 > URL: https://issues.apache.org/activemq/browse/AMQ-2463 > Project: ActiveMQ > Issue Type: Bug > Components: Message Store > Affects Versions: 5.3.0 > Reporter: Gary Tully > Assignee: Gary Tully > Fix For: 5.4.0 > > > http://mail-archives.apache.org/mod_mbox/activemq-dev/200901.mbox/%3C21527285.post@talk.nabble.com%3E > isolation level > READ_COMMITTED needed, like repeatable read for mysql clustered. http://bugs.mysql.com/bug.php?id=33210 > An int property on the persistence adapter would make this fully configurable -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.