-
Sub-task
-
Resolution: Done
-
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
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.