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

Avoid polling ns_server in indexer and projector

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • 7.1.0
    • 6.6.3, 7.0.2, 7.1.0
    • secondary-index
    • None
    • Untriaged
    • 1
    • Unknown

    Description

      In dcp_seqnos.go and dcp_seqnos_local.go, the pollForDeletedBuckets() go-routine queries ns_server for every 10 seconds and 10 minutes respectively. During each invocation, it queries ns_server for all the buckets in the cluster.

      Instead of polling ns_server, these go-routines can monitor the poolsStreaming endpoint which contain the bucket information and use that to validate buckets.

      Attachments

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

        Activity

          People

            mihir.kamdar Mihir Kamdar (Inactive)
            varun.velamuri Varun Velamuri
            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