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

Client hanging talking to server.

    XMLWordPrintable

Details

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

    Description

      Sorry for the poor description, not too much information just yet.

      James has a machine that he's trying to do some tests on and he's hangs from a client perspective.

      The hangs are not consistent (looking like connection/thread bugs). However, clients only seem to hang when talking through moxi. Direct communication with memcached is working fine (tested by repeatedly connecting a binary client and requesting an object that hangs over ascii through moxi).

      The machine in question is 10.1.5.71. Example (missing) key that fails sometimes 500001

      Matt's example hang utility:

      echo "get 500001" | nc 10.1.5.71 11211

      My example not hang utility:

      >>> import mc_bin_client
      >>> import time
      >>> while True:
      ... c = mc_bin_client.MemcachedClient('10.1.5.71', 11210)
      ... try:
      ... print c.get('500001')
      ... except:
      ... print "missing or something"
      ... time.sleep(1)
      ...

      Attachments

        Issue Links

          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
              dustin@sallings.org Dustin Sallings (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty