Uploaded image for project: 'Couchbase Java Client'
  1. Couchbase Java Client
  2. JCBC-1186

Analytics query is running on server after client sdk times out.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • 2.6.0
    • 2.5.7
    • Core
    • 5.5.0-2432
    • 1

    Description

      1. Default timeout for analytics on Java SDK is 75s, reference: https://developer.couchbase.com/documentation/server/current/sdk/java/client-settings.html

      2. Now run a query with a sleep of 200s and analytics server timeout set as 120s while Java SDK AnalyticsTimeout is default 75s.

      Example Query:

      select sleep(count(*),200000) from travel_ds;

      Result: Java is returning TimeoutException after 75s but the query is stilling running on the server and gets timeout after 120s.

      Attachments

        1. alice.log
          36 kB
        2. vulcan.log
          29 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ritesh.agarwal Ritesh Agarwal
            ritesh.agarwal Ritesh Agarwal
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty