Uploaded image for project: 'BxMS Documentation'
  1. BxMS Documentation
  2. BXMSDOC-3274

default value of system property org.kie.executor.interval is incorrect in document

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • 7.0
    • Best Practices Guide
    • Documentation (Ref Guide, User Guide, etc.)

      The following document says that default value of org.kie.executor.interval is 3.

      Table 19.4. Bootstrap Switches for Executor Properties
      https://access.redhat.com/documentation/en-us/red_hat_process_automation_manager/7.0/html/managing_and_monitoring_the_process_server/kie-server-bootstrap-switches-ref

      But the following are logged in server.log.

      2018-09-13 19:17:11,725 INFO [org.jbpm.executor.impl.ExecutorImpl] (ServerService Thread Pool – 179) Starting jBPM Executor Component ...

      • Thread Pool Size: 1
      • Retries per Request: 3
      • Load from storage interval: 0 SECONDS (if less or equal 0 only initial sync with storage) <= HERE

      In fact, default is 0 in the following source code.

      https://github.com/kiegroup/jbpm/blob/7.7.x/jbpm-services/jbpm-executor/src/main/java/org/jbpm/executor/impl/ExecutorImpl.java#L100

            gadey@redhat.com Gaurav Dey (Inactive)
            rhn-support-hmiura Hiroko Miura
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: