Skip to content

Commit

Permalink
better logging message for moveChunk commit repl
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Jul 16, 2011
1 parent 65e1413 commit 8e477b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion s/d_migrate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,9 @@ namespace mongo {
bool flushPendingWrites( const ReplTime& lastOpApplied ) {
if ( ! opReplicatedEnough( lastOpApplied ) ) {
OCCASIONALLY warning() << "migrate commit waiting for " << slaveCount
<< " slaves for '" << ns << "' " << min << " -> " << max << migrateLog;
<< " slaves for '" << ns << "' " << min << " -> " << max
<< " waiting for: " << lastOpApplied
<< migrateLog;
return false;
}

Expand Down

0 comments on commit 8e477b3

Please sign in to comment.