Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-34557

Allow running transactions against primaries with readPreferences other than 'primary'

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.0.0-rc0
    • Affects Version/s: None
    • Component/s: Replication
    • Labels:
      None
    • Fully Compatible
    • v3.6
    • Repl 2018-05-07
    • 0

      We want to restrict transactions to only run on primaries. The way SERVER-33580 accomplished that was by restricting them to only work if the readPreference provided was 'primary'. Drivers, however, may send 'primaryPreferred' when connected to a primary via a direct connection.

      We should undo the server changes from SERVER-33580, and instead change the checkCanServeReadsFor method in ReplicationCoordinator to return false if the node is not currently primary and we're in a transaction.

            Assignee:
            william.schultz@mongodb.com William Schultz (Inactive)
            Reporter:
            spencer@mongodb.com Spencer Brody (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            13 Start watching this issue

              Created:
              Updated:
              Resolved: