Details

    • Bug
    • Resolution: Duplicate
    • Critical
    • 1.4.1
    • 1.4.0
    • None
    • Security Level: Public
    • None

    Description

      1.3.2 works, but 1.4.0 is broken.

      Perform a simple query where you set the key to something non-existent and the query will never return. I think an empty result set is properly returned from the server but the Java client doesn't handle it properly afterwards.

      final Query query = new Query();
      query.setIncludeDocs(true);
      query.setKey(ComplexKey.of("abc")); << Non-existent key
      query.setStale(Stale.FALSE);
      final ViewResponse response = client.query(view, query); << Doesn't return.

      I think the attached stack trace gives some idea of where it's hung up.

      Attachments

        Issue Links

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

          Activity

            People

              daschl Michael Nitschinger
              nkavian Nas Kavian
              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