We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797aef7 commit f32f577Copy full SHA for f32f577
db/repl/rs_sync.cpp
@@ -213,6 +213,7 @@ namespace mongo {
213
214
// handle cursor not found (just requery)
215
if( e.getCode() == 13127 ) {
216
+ log() << "replSet requerying oplog after cursor not found condition, ts: " << ts.toStringPretty() << endl;
217
r.resetCursor();
218
r.tailingQueryGTE(rsoplog, ts);
219
if( r.haveCursor() ) {
0 commit comments