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

transactions are broken with v10.2.5

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • core-10.2.6
    • None
    • None
    • None
    • 0

    Description

      gocbcore v10.2.5  N1QL transactions are broken. It works with v10.2.4

      This without any TLS encryption.

      https://github.com/couchbase/query/blob/master/datastore/couchbase/gcagent/client.go#L133-L134

          config.SecurityConfig.NoTLSSeedNode = true
          config.SecurityConfig.UseTLS = (rv.TLSRootCAs() != nil)

      We use to set SeendNode true for TLS or Non-TLS and TLS is controlled by UseTLS

       

      {
                  "cause": {
                      "error": {
                          "Message": "tls must be enabled if NoTLSSeedNode is enabled",
                          "InnerError": {
                              "InnerError": {}
                          }
                      },
                      "operation": "creation"
                  },
                  "code": 17096,
                  "msg": "GC agent error"
              }
      }
       
      

       

      Attachments

        Issue Links

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

          Activity

            People

              Sitaram.Vemulapalli Sitaram Vemulapalli
              Sitaram.Vemulapalli Sitaram Vemulapalli
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty