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

CreateAndConnectAsync ONLY creates CouchbaseBuckets (not MemCache or Ephemeral)

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Major
    • 3.0.2
    • 3.0.0, 3.0.1
    • None
    • 1

    Description

      In ClusterContext.cs...

      foreach (var server in ClusterOptions.ConnectionStringValue.GetBootstrapEndpoints(ClusterOptions.EnableTls))
      {
      foreach (var type in Enum.GetValues(typeof(BucketType)))

      { bucket = await CreateAndBootStrapBucketAsync(name, server, (BucketType) type).ConfigureAwait(false); return bucket; }

      }

      This always gets the first value out of the enum BucketType, then immediately returns it.

      Attachments

        Issue Links

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

          Activity

            People

              jmorris Jeff Morris
              richard.ponton Richard Ponton
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty