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

Scheduling custom interval incorrect processing after winter time change

    XMLWordPrintable

Details

    • Team A
    • Sprint 27, Sprint 28, Sprint 29, Sprint 30, Sprint 31, Sprint 32, Sprint 33, Sprint 34, Sprint 35
    • 1

    Description

      Steps to reproduce:
      Change timezone on server:

      date -s "29 OCT 2017 03:50:00 EEST"
      

      Create item with configuration like on screenshot with example (update interval 0, scheduling interval "m0-59").
      wait till timezone will be changed to EET (timezone should be changed at 04:00 EEST)
      Result:

      mysql> select itemid,count(*) from history group by itemid;
      +--------+----------+
      | itemid | count(*) |
      +--------+----------+
      |  25366 |    46427 |
      |  25367 |   364358 |
      +--------+----------+
      2 rows in set (0.12 sec)
      

      Expected:
      The item should be processed with one minute time interval, but scheduling interval does not work properly after winter time change and generates many duplicate values in DB.

      Attachments

        Issue Links

          Activity

            People

              wiper Andris Zeila
              dotneft Alexey Pustovalov
              Votes:
              0 Vote for this issue
              Watchers:
              13 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: