Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-49336

SystemEventLogs: Eventing generating duplicate events

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • 7.1.0
    • 7.1.0
    • eventing, ns_server
    • Enterprise Edition 7.1.0 build 1625

    Description

      Cluster consists of 1 kv and 2 eventing nodes.

      STEPS
      View events generated using /events REST api.

      OBSERVATION
      250 events are generated having same uuid and timestamp.

      curl -XGET -k http://Administrator:password@10.112.190.101:8091/events | jq
      {
        "events": [
          {
            "component": "eventing",
            "uuid": "ae5e39b5-24ad-4b57-8b2d-0fd2a14e016c",
            "timestamp": "2021-11-03T10:15:41.832Z",
            "sub_component": "eventing-producer",
            "severity": "info",
            "event_id": 4096,
            "description": "eventing-producer process startup",
            "node": "10.112.190.103"
          },
          {
            "component": "eventing",
            "uuid": "10566e52-b67e-4057-9df7-2f76102b61ff",
            "timestamp": "2021-11-03T10:44:24.477Z",
            "sub_component": "eventing-producer",
            "severity": "info",
            "event_id": 4105,
            "description": "Import Functions",
            "node": "10.112.190.103"
          },
          {
            "component": "eventing",
            "uuid": "10566e52-b67e-4057-9df7-2f76102b61ff",
            "timestamp": "2021-11-03T10:44:24.477Z",
            "sub_component": "eventing-producer",
            "severity": "info",
            "event_id": 4105,
            "description": "Import Functions",
            "node": "10.112.190.103"
          },
          {
            "component": "eventing",
            "uuid": "10566e52-b67e-4057-9df7-2f76102b61ff",
            "timestamp": "2021-11-03T10:44:24.477Z",
            "sub_component": "eventing-producer",
            "severity": "info",
            "event_id": 4105,
            "description": "Import Functions",
            "node": "10.112.190.103"
          },
          {
            "component": "eventing",
            "uuid": "10566e52-b67e-4057-9df7-2f76102b61ff",
            "timestamp": "2021-11-03T10:44:24.477Z",
            "sub_component": "eventing-producer",
            "severity": "info",
            "event_id": 4105,
            "description": "Import Functions",
            "node": "10.112.190.103"
          },
          {
            "component": "eventing",
            "uuid": "10566e52-b67e-4057-9df7-2f76102b61ff",
            "timestamp": "2021-11-03T10:44:24.477Z",
            "sub_component": "eventing-producer",
            "severity": "info",
            "event_id": 4105,
            "description": "Import Functions",
            "node": "10.112.190.103"
          },
          {
            "component": "eventing",
            "uuid": "10566e52-b67e-4057-9df7-2f76102b61ff",
            "timestamp": "2021-11-03T10:44:24.477Z",
            "sub_component": "eventing-producer",
            "severity": "info",
            "event_id": 4105,
            "description": "Import Functions",
            "node": "10.112.190.103"
          },
          {
            "component": "eventing",
            "uuid": "10566e52-b67e-4057-9df7-2f76102b61ff",
            "timestamp": "2021-11-03T10:44:24.477Z",
            "sub_component": "eventing-producer",
            "severity": "info",
            "event_id": 4105,
            "description": "Import Functions",
            "node": "10.112.190.103"
          }
      

      curl -XGET -k -s http://Administrator:password@10.112.190.101:8091/events | jq | grep '"uuid": "10566e52-b67e-4057-9df7-2f76102b61ff"' | wc -l
           249
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              jeelan.poola Jeelan Poola
              sujay.gad Sujay Gad
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty