Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-14432

Performance degradation related with acknowledges.

XMLWordPrintable

    • Team D
    • Sprint 35, Sprint 36, Sprint 37
    • 0.125

      In Zabbix 3.0 and 3.4, this line of code is not needed in frontends/php/app/controllers/CControllerAcknowledgeEdit.php:

      order_result($data['acknowledges'], 'clock', ZBX_SORT_DOWN);

       

      In Zabbix 3.4 this code block should be moved outside loop in frontends/php/include/events.inc.php L335-L337:

      if ($config['event_ack_enable']) {
      	$acknowledges = makeEventsAcknowledges($events, $backurl);
      }

       

      Patch files added. 

            Miks.Kronkalns Miks Kronkalns
            Miks.Kronkalns Miks Kronkalns
            Team D
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: