Uploaded image for project: 'C++ Couchbase Client'
  1. C++ Couchbase Client
  2. CXXCBC-94

cluster.ping seems to only return the kv service info

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 1.0.0-beta.3
    • 1.0.0-beta
    • None
    • None
    • 1
    • SDK26: KV,ES8, Known Issues

    Description

      When starting my tests, I've been doing a cluster.ping, passing in the bucket name, and waiting until all kv nodes reported ok.   Now that I'm doing query tests, I do a ping like this:

      cluster.ping({}, "default", {service_type::key_value, service_type::query}, [&](couchbase::diag::ping_report){ ... }); 

      The ping report only has key_value service data in it.   Same if I pass in no bucket name, and/or an empty set of services, and/or an empty report_id..

      Attachments

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

        Activity

          People

            avsej Sergey Avseyev
            david.kelly David Kelly (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes