Uploaded image for project: 'Couchbase Go SDK'
  1. Couchbase Go SDK
  2. GOCBC-1655

Some connstr timeout option error messages don't match the name of the invalid option

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.9.2
    • 2.9.1
    • library
    • None
    • 1
    • SDK30

    Description

      For example:

      // Volatile: This option is subject to change at any time.
      if valStr, ok := fetchOption("kv_scan_timeout"); ok {
          val, err := strconv.ParseInt(valStr, 10, 64)
          if err != nil {
              return fmt.Errorf("query_timeout option must be a number")
          }
          c.timeoutsConfig.KVTimeout = time.Duration(val) * time.Millisecond
      }		

      Attachments

        For Gerrit Dashboard: GOCBC-1655
        # Subject Branch Project Status CR V

        Activity

          People

            Dimitris.Christodoulou Dimitris Christodoulou
            Dimitris.Christodoulou Dimitris Christodoulou
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty