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

InternalServerFailureException

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Major
    • 3.2.6
    • None
    • None
    • 1

    Description

       

      class Program
       {
       static async Task Main(string[] args)
       {
       try
       {
       var cluster = await Couchbase.Cluster.ConnectAsync("couchbase://localhost", "Administrator", "password");
       var idxmgr = cluster.QueryIndexes;
        await idxmgr.CreatePrimaryIndexAsync("travel");
      }}}
      

      Attempt to create a primaryIndex when already exists should raise an QueryIndexAlreadyExists Exception instead it ends up in a InternalServerFailureException

       

      Attachments

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

        Activity

          People

            jmorris Jeff Morris
            arun.vijayraghavan Arun Vijayraghavan (Inactive)
            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