Details
-
Bug
-
Resolution: Done
-
Trivial - P5
-
3.2.0-rc0
-
None
-
Fully Compatible
-
ALL
-
TIG B (10/30/15)
Description
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.