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

The handling of preprocessing steps is inconsistent if the server is restarted or the configuration cache is reloaded

XMLWordPrintable

    • S24-W48/49

      Steps to reproduce:
      1. create a trap item with a floating point data type and a Custom multiplier of -1
      2. reload configuration cache
      3. send a value of 5 to this item

      Result:
      On the "Latest data" screen, we see -5 – this is the expected value.

      4. change the data type of this item to unsigned integer
      5. reload configuration cache
      6. send a value of 5 to this item

      Result:
      On the "Latest data" screen, we see an error. Zero is expected without any errors.

      Value of type "double" is not suitable for value type "Numeric (unsigned)". Value "-5"

      7. stop Zabbix server
      8. start Zabbix server
      9. send a value of 5 to this item

      Result:
      On the "Latest data" screen, we see 0 without any errors.

        1. step-1.png
          step-1.png
          37 kB
        2. step-2.png
          step-2.png
          63 kB
        3. step-3.png
          step-3.png
          37 kB

            dgoloscapov Dmitrijs Goloscapovs
            sasha Alexander Vladishev
            Team B
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: