diff options
author | Dwight <dwight@10gen.com> | 2010-08-18 11:50:52 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-09-15 11:33:18 -0400 |
commit | 8414f8b66fe80dfc72f33ba0df716536d5736a7d (patch) | |
tree | 5a6e933f100e7d4f81de36724a3e6d8bf4813893 /db/repl/rs_rollback.cpp | |
parent | 05e38f62715416e47171b74c9afbd43f7eda010b (diff) | |
download | mongo-8414f8b66fe80dfc72f33ba0df716536d5736a7d.tar.gz |
hidden rs attribute maybe 162 finished
Diffstat (limited to 'db/repl/rs_rollback.cpp')
-rw-r--r-- | db/repl/rs_rollback.cpp | 8 |
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(); |