mongo
mongo copied to clipboard
fixbug SERVER-31687: Missing minvalid in sync source cause oplog full table scan all the time
See details in SERVER-31687
$lte
condition may cause the oplog full scan, so we should just use $gte
, and compare in the client side.