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

Wrong error message when bootstrapping

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 3.3.4
    • 3.3.3
    • library
    • None
    • 1

    Description

      https://github.com/couchbase/couchbase-net-client/blob/48dd54da3702d7dee6152138c7dac2bdbbb7b758/src/Couchbase/Cluster.cs#L179-L181

      The tertiary logic is wrong (reversed) here:

           var message = _deferredExceptions.Count > 0
                      ? "Cluster has not yet bootstrapped. Call WaitUntilReadyAsync(..) to wait for it to complete."
                      : "The Cluster cannot bootstrap. Check the client the inner exception for details.";
      

      Attachments

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

        Activity

          People

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