Open Lennaert opened 8 years ago
This might be related that our oplog is rather big, 17 million documents.
I noticed the oplog_manager is querying for ts
and ns
. When there's no conditions (no namespace and timestamp == None), then it's running as intended.
So it seems like our oplog querying is too slow. It's not possible to add indexes to ts and ns.
Any ideas?
We're trying out the mongo-connector plugin but ran into an issue.
After the initial import of all data (300.000 documents), it's stuck when tailing the oplog:
After this line, nothing seems to happen. In the configuration we just focused on 1 namespace (database.collection). What could be the case?