Closed Bug 807834 Opened 12 years ago Closed 12 years ago

couchbase write operations failing in stage

Categories

(Cloud Services :: Operations: Miscellaneous, task)

x86_64
Linux
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rfkelly, Assigned: jlaz)

Details

There seems to be a problem writing to couchbase on stage.  This is from sync3.web but I get the same result on other webheads as well:

    >>> import pylibmc
    >>> c = pylibmc.Client(["localhost:11222"])
    >>>
    >>> # reads work fine
    >>> c.get("test")
    'test'
    >>>
    >>> # but writes fail with a strange error
    >>> c.set("test", "test")
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    _pylibmc.ServerError: error 10 from memcached_set: SUCCESS
    >>>
I've been attemping to upgrade Couchbase from 1.8.0 to 1.8.1 since last evening, but without success.  I'll fix sync[3,4].web.scl2.stage tonight with CB 1.8.0 installed tonight if you'll be needing stage soon
Should be fixed since yesterday.  Couchbase should be running 1.8.1 with syncstorage-1.15-1
Assignee: nobody → jlaz
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.