[Openstack-operators] Openstack and mysql galera with haproxy

Warren Wang warren at wangspeed.com
Thu Sep 18 16:44:43 UTC 2014


If you want to use Galera + mysql, make sure you have haproxy set to prefer
a single host, otherwise you will have deadlocking problems. I know it kind
of defeats the purpose of having an all active database setup, but that's
what we've had to do. My other advice would be to use SSDs if you can
afford it. If this is the backing storage for keystone, it is going to get
hammered with token requests. My other suggestion would be to split
keystone out if your environment is big.

Warren
@TweetsLive4ever


Warren

On Thu, Sep 18, 2014 at 12:29 PM, Sławek Kapłoński <slawek at kaplonski.pl>
wrote:

> Hello,
>
> Is anyone here using openstack with mysql galera and haproxy? Have You got
> any
> problems with that?
> I was today installed such ha infra for database (two mysql servers in
> galera
> cluster and haproxy on controller and neutron node, this haproxy is
> connecting
> to one of galera servers with round robin algorithm). Generally all is
> working
> fine but I have few problems:
> 1. I have a lot of messages like:
> WARNING neutron.openstack.common.db.sqlalchemy.session [-] Got mysql server
> has gone away: (2006, 'MySQL server has gone away')
> 2. I have (most on neutron) many errors like:
> OperationalError: (OperationalError) (2013, 'Lost connection to MySQL
> server
> during query') 'UPDATE ml2_port_bindings SET vif_type=%s, driver=%s,
> segment=%s WHERE ml2_port_bindings.port_id =
> 3. Also errors:
> StaleDataError: UPDATE statement on table 'ports' expected to update 1
> row(s);
> 0 were matched.
> 4. and errors:
> DBDeadlock: (OperationalError) (1213, 'Deadlock found when trying to get
> lock;
> try restarting transaction') 'UPDATE ipavailabilityranges SET first_ip=%s
> WHERE
> ipavailabilityranges.allocation_pool_id =
>
> Sql queries in examples are "accidental" and same problem is with other
> queries also (like deleting ports).
> Strange think is that those problems are not happend when I have one mysql
> server and all was connecting to that one server. Do You have maybe same
> problems? Do You know what can be a reason and solution for it?
>
> ---
> Best regards
> Sławek Kapłoński
> slawek at kaplonski.pl
> _______________________________________________
> OpenStack-operators mailing list
> OpenStack-operators at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20140918/c4b7df0b/attachment.html>


More information about the OpenStack-operators mailing list