Why do my MongoDB logs fill up with "getmore local.oplog.rs"? Why do my MongoDB logs fill up with "getmore local.oplog.rs"? mongodb mongodb

Why do my MongoDB logs fill up with "getmore local.oplog.rs"?


Given that the date is the same, it looks like a secondary is querying for new oplog entries and simply not getting anything. Are you writing any data to the primary?

The behavior looks a little unusual. However, I'm getting the same thing simply by starting a replica set and not writing to it. The behavior you're seeing is expected.