-
Type: Bug
-
Resolution: Done
-
Priority: Trivial - P5
-
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.