mmm
mmm copied to clipboard
MongoDB Multi-Master
Using an index on the oplog is not very efficient and degrades performance when a big number of writes are being performed in a short amount of time. Mongo has...
MongoDB has added a version "v" field . see https://jira.mongodb.org/browse/SERVER-6671 This filed might cause a TypeError in trigger() function . Minimalistic workaround : extend slave.py with : def trigger(ts, h,...
Config: server_a: id: '2c88ae84-7cb9-40f7-835d-c05e981f564d' uri: 'mongodb://localhost:27017' server_b: id: '0d9c284b-b47c-40b5-932c-547b8685edd0' uri: 'mongodb://17.213.43.174:27017' Configured two host .. Getting the following error: Traceback (most recent call last): File "build/bdist.macosx-10.8-intel/egg/gevent/greenlet.py", line 390, in run...
## Synopsis: Two hosts, one 64-bit Windows & OS, one virtualized Windows Server 2003. Python 2.7, PIP, YAML and MongoMultiMaster installed. YAML test.yml is as follows: (this duplicated on both...