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

DB2 can deadlock with Transaction Isolation Level of read committed

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

      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>

              shaffenden Steve Haffenden (Inactive)
              don.willis@atlassian.com Don Willis
              Affected customers:
              1 This affects my team
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: