Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-733

<subsystem.show what="statistics"/> has wrong counts in the order subsystem

    XMLWordPrintable

Details

    Description

      Current Situation

      • The command <subsystem.show what="statistics"/> has wrong counts in the order subsystem.
      • For example:
        part of <subsystem.show what="statistics"/> answer
        <subsystem name="order" state="active">
                    <file_based.statistics count="12" count_visible="11"/>
                    <order_subsystem>
                       <order_subsystem.statistics>
                          <order.statistics>
                             <order.statistic count="0" order_state="clustered"/>
                             <order.statistic count="10" order_state="any"/>
                          </order.statistics>
                       </order_subsystem.statistics>
                    </order_subsystem>
                 </subsystem>
        
        • In this example is the count of the file_based.statistics element less than <order.statistic count="10" order_state="any"/>.
        • It is also possible the count of the file_based.statistics element is greater than <order.statistic count="10" order_state="any"/>
      • The count value at <order.statistic count="10" order_state="any"/> is correct.

      Desired Behavior

      • The count value in the file_based.statistics element should correspond to <order.statistic count="10" order_state="any"/>.

      Attachments

        Activity

          People

            oh Oliver Haufe
            oh Oliver Haufe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: