Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-2520

Ping doesn’t work for memcached buckets (forums) (verify)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • backlog-3.0
    • 3.0.1
    • library
    • None
    • 1

    Description

      Pinging Cluster:

      1. Create Memcached bucket called Test in UI Console
      2. Connect to cluster (Cluster.ConnectAsync(…) )
      3. Get bucket “Test” (cluster.BucketAsync(“Test”) )
      4. Call cluster.PingAsync()

      Expected: Services property on the ping report should contain at least one service
      Actual: Services property on the ping report should contains no services

      Pinging bucket:

      1. Create Memcached bucket called Test in UI Console
      2. Connect to cluster (Cluster.ConnectAsync(…) )
      3. Call cluster.PingAsync()
      4. Get bucket “Test” (cluster.BucketAsync(“Test”) )
      5. Call bucket.PingAsync()

      Expected: Services property on the ping report should contain at least one service
      Actual: DocumentNotFoundException is thrown

      Note: this was a bug that was reported in the forums - https://forums.couchbase.com/t/bug-ping-doesnt-work-for-memcached-buckets/26118

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            matthew.groves Matthew Groves
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty