[jira] Created: (AMQ-2463) Transaction isolation level should be configurable in jdbcpersistence adapter - TRANSACITON_READ_UNCOMMITTED blows on MySQL with binlog

View: New views
3 Messages — Rating Filter:   Alert me  

[jira] Created: (AMQ-2463) Transaction isolation level should be configurable in jdbcpersistence adapter - TRANSACITON_READ_UNCOMMITTED blows on MySQL with binlog

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


http://mail-archives.apache.org/mod_mbox/activemq-dev/200901.mbox/%3C21527285.post@...%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.


[jira] Resolved: (AMQ-2463) Transaction isolation level should be configurable in jdbcpersistence adapter - TRANSACITON_READ_UNCOMMITTED blows on MySQL with binlog

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/activemq/browse/AMQ-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully resolved AMQ-2463.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 5.4.0

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@...%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.


[jira] Issue Comment Edited: (AMQ-2463) Transaction isolation level should be configurable in jdbcpersistence adapter - TRANSACITON_READ_UNCOMMITTED blows on MySQL with binlog

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ 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@...%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.