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

Direct retries to another mongos if one is available

    • Hide

      DRIVERS-1571:

      • Drivers should implement server selection and read/write retry mechanisms changes, as well as new prose tests: specifications@86d961f
      • 2024-02-21: Drivers that have not yet completed this ticket should reference f5bb605 (DRIVERS-2828) for updated prose test specification.
      Show
      DRIVERS-1571 : Drivers should implement server selection and read/write retry mechanisms changes, as well as new prose tests: specifications@86d961f 2024-02-21: Drivers that have not yet completed this ticket should reference f5bb605 ( DRIVERS-2828 ) for updated prose test specification.
    • Fully Compatible
    • Needed
    • Hide

      Let's communicate an improvement to users via What's new. When a driver is connected to a sharded cluster (and only in this situation), and fails an attempt when executing an operation, then the driver avoids selecting that same mongos for all next retry attempts (currently, one) of that same operation, provided that another mongos is selectable.

      Show
      Let's communicate an improvement to users via What's new. When a driver is connected to a sharded cluster (and only in this situation), and fails an attempt when executing an operation, then the driver avoids selecting that same mongos for all next retry attempts (currently, one) of that same operation, provided that another mongos is selectable.


      DRIVERS Ticket Description
      Script Target - If you can read this text, the script has failed

            Assignee:
            valentin.kovalenko@mongodb.com Valentin Kavalenka
            Reporter:
            backlog-server-pm Backlog - Core Eng Program Management Team
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: