-
Using redis-oplog in the same project than meteor toys Pro, after I did a `meteor update` from 1.4.2.3 to 1.4.2.7 (and almost all the packages in my app), I now get this when I start my app :
```
…
-
Mongo-connector throw a exception when process some oplogs as below:
`
{
"ts" : Timestamp(1465903002, 3),
"h" : NumberLong("951619352658186131"),
"v" : 2,
"op" : "u",
"ns" : "qing-…
nnsay updated
6 years ago
-
when I execute mongo-connector 2.4 sync to elasticsearch2.3.4 data sync correctly ,no errors,but oplog.timestamp file has nothing. does not it update timestamp like ["rs0", 6339713900350538292] ?
how…
-
For some reason I am unable to launch setup a [replica set](https://github.com/hiddentao/mongo-replica-set) on Travis CI during testing to test out oplog tailing features. The error message is that no…
-
I have a shrarded mogno cluster setup. Three shard each contains of three node replicaset.
Everything is fine while tailing oplog from primaries. However, tailing from secondaries ("secondary_read_pr…
-
why???
`2016-05-13 19:33:34,874 [DEBUG] mongo_connector.oplog_manager:294 - OplogThread: Doc is processed.
2016-05-13 19:33:37,088 [DEBUG] mongo_connector.oplog_manager:306 - OplogThread: updating che…
-
In Rocket Chat 6.12.1 with an Enterprise license, when team is mentioned via @, the team does not receive mentions
Steps to reproduce:
Create a team. For example with the name TestMentionsTeam_1
…
-
We should think about the different ways that someone might want to use this + redis-oplog and provide configuration options for limiting how much of the oplog is consumed. Some ideas:
- The defaul…
-
I have a dozen MongoDB collections that are updated periodically, causing ~80,000 documents to be removed and replaced in each of them.
When I have tailing enabled, this change takes _forever_ (about…
-
source cluster mongodb:2.6.11
destination cluster mongodb:v3.2.11
mongo-connector:v2.5.0dev0
The question:
I use mongo-connector to sync data from mongodb 2.6.12 to mongodb 3.2.11.
All cluster…