summaryrefslogtreecommitdiff
path: root/db/repl/rs_rollback.cpp
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2010-08-18 11:50:52 -0400
committerDwight <dwight@10gen.com>2010-08-18 11:50:52 -0400
commitf70ac573c8421e969a18f7560e56d39b74e78f7e (patch)
treee7b4d8eb98ab02ff6ad293f7e7a03806dcb34b43 /db/repl/rs_rollback.cpp
parent5ff14eeb1eec6c4d00ff0ea661b3f644c20cb7db (diff)
downloadmongo-f70ac573c8421e969a18f7560e56d39b74e78f7e.tar.gz
hidden rs attribute maybe 162 finished
Diffstat (limited to 'db/repl/rs_rollback.cpp')
-rw-r--r--db/repl/rs_rollback.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/db/repl/rs_rollback.cpp b/db/repl/rs_rollback.cpp
index 9fecd24116d..c1b3de06eff 100644
--- a/db/repl/rs_rollback.cpp
+++ b/db/repl/rs_rollback.cpp
@@ -253,7 +253,7 @@ namespace mongo {
log() << "replSet them: " << them->toString() << " scanned: " << scanned << rsLog;
log() << "replSet theirTime: " << theirTime.toStringLong() << rsLog;
log() << "replSet ourTime: " << ourTime.toStringLong() << rsLog;
- throw "reached beginning of remote oplog [2]";
+ throw "RS100 reached beginning of remote oplog [2]";
}
theirObj = t->nextSafe();
theirTime = theirObj["ts"]._opTime();
@@ -264,7 +264,7 @@ namespace mongo {
log() << "replSet them: " << them->toString() << " scanned: " << scanned << rsLog;
log() << "replSet theirTime: " << theirTime.toStringLong() << rsLog;
log() << "replSet ourTime: " << ourTime.toStringLong() << rsLog;
- throw "reached beginning of local oplog [1]";
+ throw "RS101 reached beginning of local oplog [1]";
}
ourObj = u.current();
ourTime = ourObj["ts"]._opTime();
@@ -275,7 +275,7 @@ namespace mongo {
log() << "replSet them: " << them->toString() << " scanned: " << scanned << rsLog;
log() << "replSet theirTime: " << theirTime.toStringLong() << rsLog;
log() << "replSet ourTime: " << ourTime.toStringLong() << rsLog;
- throw "reached beginning of remote oplog [1]";
+ throw "RS100 reached beginning of remote oplog [1]";
}
theirObj = t->nextSafe();
theirTime = theirObj["ts"]._opTime();
@@ -289,7 +289,7 @@ namespace mongo {
log() << "replSet them: " << them->toString() << " scanned: " << scanned << rsLog;
log() << "replSet theirTime: " << theirTime.toStringLong() << rsLog;
log() << "replSet ourTime: " << ourTime.toStringLong() << rsLog;
- throw "reached beginning of local oplog [2]";
+ throw "RS101 reached beginning of local oplog [2]";
}
ourObj = u.current();
ourTime = ourObj["ts"]._opTime();