IdP3 Clustering...

Cantor, Scott cantor.2 at osu.edu
Thu Dec 1 11:35:27 EST 2016


> Currently, the configuration of IdP2 running on production is like that :
> Load-balancer with Persistence for 60sec,
> 2 standalone IdP2.3.8 in which has a local mysql db but there is no replication
> between them.
> Both are actives on production, Is that configuration correct ?

No. It's certainly not correct for persistent IDs. It's not good for lots of other things.

Databases don't by and large do multi-master, they do master/slave. That's a single point of failure. That's really the main problem with it.

There was a note recently about using "eventually consistent" databases, and that's essentially (I think) close to multi-master. But that model does not work for persistent ID storage. That's really all I'm trying to say.

-- Scott



More information about the users mailing list