Typos in _syncRollback warning messages

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: 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)
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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
              Reporter:
              Kamran K. (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: