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

error when evicting if data is already evicted

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • 1.6.0 GA
    • 1.6.0 beta1
    • tools
    • None
    • Operating System: All
      Platform: All

    Description

      Flushing database.
      Setting 'a' to '1'.
      Stopping NorthScale server [ OK ]
      Starting NorthScale server [ OK ]
      Sleeping 5 seconds.
      Evicting 'a' to disk.
      Traceback (most recent call last):
      File "/opt/NorthScale/bin/ep_engine/management/flushctl.py", line 33, in ?
      c.execute()
      File "/opt/NorthScale/1.6.0beta2rc1/bin/ep_engine/management/clitool.py", line 35, in execute
      getattr(mc, f[0])(*sys.argv[3:])
      File "/opt/NorthScale/bin/ep_engine/management/mc_bin_client.py", line 200, in evict_key
      return self._doCmd(memcacheConstants.CMD_EVICT_KEY, key, '')
      File "/opt/NorthScale/bin/ep_engine/management/mc_bin_client.py", line 87, in _doCmd
      return self._handleSingleResponse(opaque)
      File "/opt/NorthScale/bin/ep_engine/management/mc_bin_client.py", line 80, in _handleSingleResponse
      cmd, opaque, cas, keylen, extralen, data = self._handleKeyedResponse(myopaque)
      File "/opt/NorthScale/bin/ep_engine/management/mc_bin_client.py", line 76, in _handleKeyedResponse
      raise MemcachedError(errcode, rv)
      mc_bin_client.MemcachedError: Memcached error #7
      ep_bg_fetched: 0
      Getting the value for 'a'.
      a = 1
      ep_bg_fetched: 1

      If I do a get before I do the evict, the evict doesn't get an error and ep_bg_fetched gets incremented. Is this expected behavior?

      All of this is done using mc_bin_client/scripts in ep_engine/management over 11210.

      Attachments

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

        Activity

          People

            dustin@sallings.org Dustin Sallings (Inactive)
            sektie@gmail.com Randi Harper
            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