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

Get(List) is threaded but uses not thread safe dictionary class as collector

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.0.0
    • None
    • None
    • None

    Description

      Should of course use concurrent dictionary instead which is thread safe, or make sure its using Lock() to synchronize.

      When queriying 1000 objects i often get one of the following:
      1) 997-998 Objects returned
      2) Entries with Null key / Value entry
      3) Entries with Null key / Correct value
      4) Crash (index out of range inside dictionary insert )

      Attachments

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

        Activity

          People

            jmorris Jeff Morris
            Lennartos Lennartos
            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