Uploaded image for project: 'Couchbase PHP client library'
  1. Couchbase PHP client library
  2. PCBC-68

client getting NOT FOUND error for items which are present

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Major
    • None
    • None
    • library
    • Security Level: Public
    • libmemcached 1.0.2 and pecl memached 2.x
      EC2, PHP
      Couchbase Server 1.8.0, single node (test) or several nodes (seen in production)

    Description

      A load generator test shows the client getting NOT FOUND errors when getting values that have just been set. A manual check shows the values are there.

      If the server or moxi is overloaded, or there are too many connections on the host, it should return a timeout, connection error, server down, etc. But not a NOT FOUND error, which prevents the client from dealing properly with the underlying error.

      Also, moxi should provide some message in its error logs if there is a connection problem.

      With the test case scenario, this NOT FOUND error went away when switching to persistent connections in the new Memcached() call. So it seems some other (connection-related) error is being converted to NOT FOUND incorrectly.

      Attachments

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

        Activity

          People

            jan Jan Lehnardt (Inactive)
            TimSmith Tim Smith (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty