Clever / ARCHIVED-oplog-replay

Replay mongodb oplogs at variable speed
Apache License 2.0
3 stars 1 forks source link

Don't do upsert on oplog-replay updates #21

Closed kvigen closed 10 years ago

kvigen commented 10 years ago

@azylman and @rgarcia this appeared to be causing the hang. If we update documents that don't exist we try to insert partial documents into database and for some reason that seems to make the applyOps operation not return (not sure why that's stopping mongo from returning)

azylman commented 10 years ago

lgtm