Tokutek / mongo

TokuMX is a high-performance, concurrent, compressing, drop-in replacement engine for MongoDB | Issue tracker: https://tokutek.atlassian.net/browse/MX/ |
http://www.tokutek.com/products/tokumx-for-mongodb/
703 stars 97 forks source link

support GTID for gle through mongos #910

Open leifwalsh opened 10 years ago

leifwalsh commented 10 years ago

https://github.com/mongodb/mongo/commit/e7f4f01001866bddd5a2d20f9f80e50c037f4fe6 cannot go straight in to tokumx because we use gtid not optime, but we should have the same functionality

zkasheff commented 10 years ago

Will mongos be smart enough to call this with a GTID passed in?

leifwalsh commented 10 years ago

We need to do both sides of this.

On Wed, Jan 22, 2014 at 10:29 PM, zkasheff notifications@github.com wrote:

Will mongos be smart enough to call this with a GTID passed in?

— Reply to this email directly or view it on GitHubhttps://github.com/Tokutek/mongo/issues/910#issuecomment-33094200 .

Cheers, Leif

zkasheff commented 10 years ago

@leifwalsh, this piece is now done.

leifwalsh commented 10 years ago

We still need to handle the mongos side, right?

zkasheff commented 10 years ago

I assume so.

On Wed, May 7, 2014 at 12:07 PM, Leif Walsh notifications@github.comwrote:

We still need to handle the mongos side, right?

— Reply to this email directly or view it on GitHubhttps://github.com/Tokutek/mongo/issues/910#issuecomment-42447156 .

leifwalsh commented 10 years ago

Need something similar to this, unclear whether it should come before, during, or after 2.6 backporting work, we need to investigate: https://github.com/mongodb/mongo/commit/6be5ff60cf3233dff7fff542ded1a06b541076b1#diff-ecc679edf47c9a405961f7b0cd31c44fR419

leifwalsh commented 10 years ago

This is more of a 2.6-enabling thing I believe.