Uploaded image for project: 'BxMS Documentation'
  1. BxMS Documentation
  2. BXMSDOC-7503 What's new 7.11 - Misha
  3. BXMSDOC-7716

Misha what's new review - OptimisticLockEntryInterceptor

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None
    • None
    • 2021 Week 19-21 (from May 10), 2021 Week 22-24 (from May 31)
    • Undefined

      elguardian@gmail.com antferna please review the following What's New entry

      = New

      {KIE_SERVER) system properties for retrying committing transactions When the

      {PROCESS_ENGINE}

      commits a transaction, sometimes the committing fails because another transaction is being committed at the same time. In this case, the {PROCESS_ENGINE} needs to retry the transaction. The following

      {KIE_SERVER) system properties now control the retrying process: * `org.kie.optlock.retries`: How many times the \{PROCESS_ENGINE}

      retries a transaction before failing permanently. The default value is 5.

      • `org.kie.optlock.delay`: The delay time before the first retry, in milliseconds. The default value is 50.
      • `org.kie.optlock.delayFactor`: The multiplier for increasing the delay time for each subsequent retry. The default value is 4. With the default values, the {PROCESS_ENGINE} waits 50 milliseconds before the first retry, 200 milliseconds before the second retry, 800 milliseconds before the third retry, and so on.

              mramendi Mikhail Ramendik
              mramendi Mikhail Ramendik
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: