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

invalid sql request between child and master node for group_discovery table

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Won't fix
    • Icon: Blocker Blocker
    • None
    • 2.2.2
    • Server (S)
    • linux / mysql / 2 nodes

      when we use vmware templates to discover hosts, child node request master node to create groups bu there is an error:
      "
      insert into group_discovery (groupid,groupid,parent_group_prototypeid) values (300300000000008,300300000000008,300100000000006);
      insert into group_discovery (groupid,groupid,parent_group_prototypeid) values (300300000000009,300300000000009,300100000000006);
      insert into group_discovery (groupid,groupid,parent_group_prototypeid) values (300300000000010,300300000000010,300100000000008);
      insert into group_discovery (groupid,groupid,parent_group_prototypeid) values (300300000000011,300300000000011,300100000000009);
      "

      As you can read, column 'groupid' is specified twice

      After that, all hosts, events, items, triggers on master node are failded and generated errors on fronted

            Unassigned Unassigned
            platine platine
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: