Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-9323

DB2 can deadlock with Transaction Isolation Level of read committed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Medium
    • None
    • 2.5.6
    • None
    • DB2
      Linux

    Description

      Since fixing CONF-3507, customers are meant to be able to run DB2 with a transaction isolation level of "read committed" (2 in JDBC speak, "cursor stability" in DB2). However, in Confluence 2.5.6, that level causes deadlocks. Customers must again set their transaction isolation level to "read uncommitted" (1 in JDBC).

      The setting can be made by adding the following line to confluence.cfg.xml:

      <property name="hibernate.connection.isolation">1</property>

      Attachments

        Issue Links

          Activity

            People

              shaffenden Steve Haffenden (Inactive)
              don.willis@atlassian.com Don Willis
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: