Details

    • Technical task
    • Resolution: Fixed
    • Major
    • 2.1.2
    • 2.1.1
    • library
    • None

    Description

      When the client probes for a server object to perform an operation, make sure that the server chosen matches the correct criterion for that operation; for example to do N1QL query, the server object must match that service.

      Currently, we use a method that looks like this to select the server for CB buckets: public IServer GetServer(string key, out IVBucket vBucket). Memcached buckets has a slightly different signature: IServer GetServer(string key). We may want to add separate methods for selecting nodes, perhaps even splitting the nodes into separate lists by service type.

      Attachments

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

        Activity

          People

            jmorris Jeff Morris
            jmorris Jeff Morris
            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