Uploaded image for project: 'Couchbase .NET client library'
  1. Couchbase .NET client library
  2. NCBC-3200

Unlock returns DocumentLockedException

    XMLWordPrintable

Details

    • Bug
    • Resolution: Not a Bug
    • Major
    • 3.3.2
    • 3.3.1
    • library
    • None
    • 1

    Description

      await coll.UpsertAsync("key1", new { Value = "xxx"  });
      await coll.GetAndLockAsync("key1", TimeSpan.FromSeconds(18)).ConfigureAwait(false);
      await coll.UnlockAsync("key1", 1000); 

      Attachments

        Activity

          People

            jmorris Jeff Morris
            jmorris Jeff Morris
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              PagerDuty