Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-2510

jbpm4 execution dbid issue caused by auto increment in mysql 5

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • jBPM 4.0
    • None
    • None
    • Workaround Exists
    • Hide

      change the schema to replace auto_increment to with hilo

      Show
      change the schema to replace auto_increment to with hilo

      Innodb will reset the next dbid to max(dbid) + 1 after mysql restarts, this will cause duplicated key issue in jbpm4 jbpm_execution table when the execution becomes history and is moved to history tables.

              Unassigned Unassigned
              zhangjing2000_jira Jing Zhang (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: