rs better diags
This commit is contained in:
@@ -137,6 +137,10 @@ namespace mongo {
|
||||
writelock lk("local.");
|
||||
Client::Context cx( "local." );
|
||||
cx.db()->flushFiles(true);
|
||||
try {
|
||||
log() << "replSet set minValid=" << minValid["ts"]._opTime().toString() << rsLog;
|
||||
}
|
||||
catch(...){}
|
||||
Helpers::putSingleton("local.replset.minvalid", minValid);
|
||||
// write an op from the primary to our oplog that existed when
|
||||
// we started cloning. that will be our starting point.
|
||||
|
||||
Reference in New Issue
Block a user