mmm icon indicating copy to clipboard operation
mmm copied to clipboard

MongoDB 2.2 breaks replication

Open ghpu opened this issue 12 years ago • 0 comments

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, op, ns, o, o2=None, b=False,v=None)

ghpu avatar Dec 07 '12 15:12 ghpu