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

Typos in _syncRollback warning messages

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 3.2.0-rc2
    • Affects Version/s: 3.2.0-rc0
    • Component/s: Replication
    • None
    • Fully Compatible
    • ALL
    • TIG B (10/30/15)

      db/repl/rs_rollback.cpp has some warning messages like this:

      warning() << "Failed to transition into " << MemberState(MemberState::RS_RECOVERING)
                << "; expected to be in state " << MemberState(MemberState::RS_ROLLBACK)
                << "but found self in " << replCoord->getMemberState();
      

      There needs to be a leading space before the "but found self in" strings to avoid strings that run together.

            Assignee:
            judah.schvimer@mongodb.com Judah Schvimer
            Reporter:
            kamran.khan Kamran K.
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: