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

Bandana table has high contention

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • High
    • None
    • None
    • None

    Description

      There is a lot of contention in the Bandana table that can cause deadlocks, which can lead to Confluence running out of database connections and falling over with messages like:

      2011-05-04 05:17:50,594 ERROR [TP-Processor1545] [sf.hibernate.util.JDBCExceptionReporter] logExceptions Cannot get a connection, pool error Timeout waiting for idle object

      Things to do:

      • Modify the bandanacontext and bandanakey columns adding not null constraints
      • Add a unique constraint to the Bandana table on the bandanacontext and bandanakey columns
      • Modify the HibernateConfluenceBandanaRecordDao.saveOrUpdate method so that if an insert fails with a violation of the constraint, it tries an update
      • Remove the synchronizing lock from the HibernateConfluenceBandanaRecordDao.saveOrUpdate method.

      Attachments

        Issue Links

          Activity

            People

              nbhawnani Niraj Bhawnani
              nbhawnani Niraj Bhawnani
              Votes:
              2 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: