Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-5183

toString() in ClusterSettings uses serverSelectionTimeoutMS to print the localThreshold value

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 4.11.0
    • None
    • None
    • None
    • Not Needed
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

    Description

      This line is the problem:

      557
          @Override
      558
          public String toString() {
      559
              return "{"
      560
                     + (hosts.isEmpty() ? "" : "hosts=" + hosts)
      561
                     + (srvHost == null ? "" : ", srvHost=" + srvHost)
      562
                     + (srvServiceName == null ? "" : ", srvServiceName=" + srvServiceName)
      563
                     + (srvMaxHosts == null ? "" : ", srvMaxHosts=" + srvMaxHosts)
      564
                     + ", mode=" + mode
      565
                     + ", requiredClusterType=" + requiredClusterType
      566
                     + ", requiredReplicaSetName='" + requiredReplicaSetName + '\''
      567
                     + ", serverSelector='" + serverSelector + '\''
      568
                     + ", clusterListeners='" + clusterListeners + '\''
      569
                     + ", serverSelectionTimeout='" + serverSelectionTimeoutMS + " ms" + '\''
      570
                     + ", localThreshold='" + serverSelectionTimeoutMS + " ms" + '\''
      571
                     + '}';
      572
          }
      

      Attachments

        Activity

          People

            ross@mongodb.com Ross Lawley
            dmitry.ryabtsev@mongodb.com Dmitry Ryabtsev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: