Skip to content

Commit f32f577

Browse files
committed
replset log when requerying during sync
1 parent 797aef7 commit f32f577

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

db/repl/rs_sync.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ namespace mongo {
213213

214214
// handle cursor not found (just requery)
215215
if( e.getCode() == 13127 ) {
216+
log() << "replSet requerying oplog after cursor not found condition, ts: " << ts.toStringPretty() << endl;
216217
r.resetCursor();
217218
r.tailingQueryGTE(rsoplog, ts);
218219
if( r.haveCursor() ) {

0 commit comments

Comments
 (0)