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

SQL Server Database deadlock issue affecting user login

    XMLWordPrintable

Details

    Description

      As discovered by one customer with Confluence and SQL Server, it is possible for the lock escalation issue to affect user login.

      Confluence will hang as soon as the second user tries to login. Admin user that tries to access the admin panel will also make Confluence hang as they are prompted for password to access the panel.

      The customer was using legacy jira user management

      Known workaround

      Setting the isolation level of the database as follows is known to fix the issue:

      ALTER DATABASE <database name>
         SET READ_COMMITTED_SNAPSHOT ON
         WITH ROLLBACK IMMEDIATE;
      

      Attachments

        Issue Links

          Activity

            People

              shaffenden Steve Haffenden (Inactive)
              rhartono Roy Hartono [Atlassian]
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: