Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-74292

Duplicate key value violates unique constraint "cluster_lock_name_idx" error appears in the log

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Low
    • None
    • 8.20.10
    • Data Center - Other

    Description

      Issue Summary

      Some customers report "cluster_lock_name_idx" unique constraint violation error in logs. No other issues with application functionality are observed.

      Steps to Reproduce

      Inconclusive, as of yet. At least in one case it happened after importing to DC "xml-export" from Server instance.

      Expected Results

      If two nodes attempt to acquire a lock at the same time, unique constraint violation will happen. Such behaviour is expected and if there are no other issues with application functionality, no additional action is required.

      Actual Results

      The below error is visible in the atlassian-jira.log file:

      2022-08-18 06:15:17.304 CEST [28256] ERROR:  duplicate key value violates unique constraint "cluster_lock_name_idx"
      2022-08-18 06:15:17.304 CEST [28256] DETAIL:  Key (lock_name)=(sla_issue_update_103176) already exists.
      2022-08-18 06:15:17.304 CEST [28256] STATEMENT:  insert into public.clusterlockstatus (lock_name, update_time, id)
      	values ($1, $2, $3) 

      Workaround

      Changing the logging level would hide the error in the logs, but it is not recommended.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              755f87a38635 Krzysztof Krysiak
              Votes:
              13 Vote for this issue
              Watchers:
              23 Start watching this issue

              Dates

                Created:
                Updated: