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

moxi: binary sasl auth on gateway moxi sometimes doesn't work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • 1.6.0 GA
    • 1.6.0 beta4
    • moxi
    • None
    • Operating System: All
      Platform: All

    Description

      here, you can see the client is sometimes getting the item from the wrong bucket (the default bucket)...

      >>> c = mc_bin_client.MemcachedClient(port=11211)
      >>> c.sasl_auth_plain('mcbucket2', 'password')
      (3693405178, 0, 'Authenticated')
      >>> c.get('a')
      (0, 1, 'dd')
      >>> c = mc_bin_client.MemcachedClient(port=11211)
      >>> c.sasl_auth_plain('mcbucket2', 'password')
      (1306703597, 0, 'Authenticated')
      >>> c.get('a')
      (0, 4, 'on-mcbucket2!')
      >>>

      Attachments

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

        Activity

          People

            steve.yen@northscale.com Steve Yen
            steve.yen@northscale.com Steve Yen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty