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

Operation timeout exception when querying a node in LAN

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Test Blocker
    • None
    • None
    • None
    • None

    Description

      var queryRequest = new QueryRequest().Statement("CREATE PRIMARY INDEX ON default using view");
      IQueryResult<dynamic> result = cli.Query<dynamic>(queryRequest);

      throw operation time out at

      System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
      at System.Net.HttpWebRequest.GetRequestStream()
      at Couchbase.N1QL.QueryClient.Post[T](IQueryRequest queryRequest) in c:\sources\couchbase-net-client\Src\Couchbase\N1QL\QueryClient.cs:line 197

      This was timing out because the sdk was connecting to the data node.

      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
              subhashni Subhashni Balakrishnan (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty