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

Couchbase Client hangs during instantion of the Client if the request to http://xxx.xxx.xxx.xxx:8091/pools/default/bucketsStreaming/default is blocked or never returns

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • backlog-1.0
    • 1.2 Beta
    • library
    • None
    • Windows 7
      Windows Server 2008 VM
      AVG 2012.0.2221
      Coucbase C# Client Library 1.2

    Description

      During instantiation of the client, a MessageStreamListener is created. Inside of the listener is a call is made to the config url

      Line 376 of MessageStreamListener

      this.request = this.requestFactory.GetWebRequest(configUrl, configUrl.GetHashCode().ToString());
      this.response = this.request.GetResponse();

      If this call never completes, for example because AVG silently blocks the request and prevents the data from being returned, then the client will wait indefinitely instead of timing out.

      Attachments

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

        Activity

          People

            saakshi.manocha Saakshi Manocha
            aaronmell Aaron Mell (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty