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

In GUI in Admin -> General -> GUI when I update settings (Save) i have error with NEXTID/IDS <-> auditlog

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Minor Minor
    • 2.0.4rc1, 2.1.0
    • 2.0.3
    • Frontend (F)
    • RHEL + Oracle RAC g11r2

      ociexecute(): ORA-01002: fetch out of sequence [include/db.inc.php:446]
      SQL error [ORA-01002: fetch out of sequence] in [SELECT nextid FROM ids WHERE nodeid=0 AND table_name='auditlog' AND field_name='auditid' FOR UPDATE]
      ocifetchinto(): ORA-01002: fetch out of sequence [include/db.inc.php:579]

      Not always, but generally when I update it 2-3 times in short time window.
      I think request goes to node1/2 and if I update it few times the IDS nextid is not updated on time on the other node (RAC).
      Will exclusive lock help? Will exclusive lock damage zabbix_server's rcache refresh?

      IDs are OK, I think:

      SQL> select NEXTID from ids where table_name = 'auditlog';
      NEXTID
      ----------
      74870
      SQL> select max(AUDITID) from auditlog;
      MAX(AUDITID)
      ------------
      74870

            Unassigned Unassigned
            olgierdw Olgierd Wolodkiewicz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: