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

moxi binary get/set fails

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • 1.6.0 beta2
    • 1.6.0 beta1
    • couchbase-bucket
    • None
    • Operating System: All
      Platform: All

    Description

      #!/usr/bin/env python

      import mc_bin_client

      mc = mc_bin_client.MemcachedClient("127.0.0.1", 11211)
      mc.set("someKey", 0, 0, "abcd")
      lc = mc.get("someKey")
      print("someKey = "+lc[2]);

      File "./binaryset.py", line 7, in ?
      lc = mc.get("someKey")
      File "/opt/NorthScale/1.6.0beta2rc1/bin/ep_engine/management/mc_bin_client.py", line 134, in get
      parts=self._doCmd(memcacheConstants.CMD_GET, key, '')
      File "/opt/NorthScale/1.6.0beta2rc1/bin/ep_engine/management/mc_bin_client.py", line 87, in _doCmd
      return self._handleSingleResponse(opaque)
      File "/opt/NorthScale/1.6.0beta2rc1/bin/ep_engine/management/mc_bin_client.py", line 80, in _handleSingleResponse
      cmd, opaque, cas, keylen, extralen, data = self._handleKeyedResponse(myopaque)
      File "/opt/NorthScale/1.6.0beta2rc1/bin/ep_engine/management/mc_bin_client.py", line 76, in _handleKeyedResponse
      raise MemcachedError(errcode, rv)
      mc_bin_client.MemcachedError: Memcached error #1: Not found

      ascii telnet get through 11211 fails, too.

      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
            sektie@gmail.com Randi Harper
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty