Bug 1255793 - Nova-Compute sees model server went away and then reconnects
Summary: Nova-Compute sees model server went away and then reconnects
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-nova
Version: 6.0 (Juno)
Hardware: x86_64
OS: Linux
urgent
medium
Target Milestone: ---
: 6.0 (Juno)
Assignee: Eoghan Glynn
QA Contact: nlevinki
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-21 14:53 UTC by Benjamin Schmaus
Modified: 2020-12-21 19:39 UTC (History)
15 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-01-05 21:43:50 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 6 Benjamin Schmaus 2015-10-08 12:26:27 UTC
Increasing the lock wait timeout in mariadb/galera resolved the issue.

MariaDB [(none)]> set innodb_lock_wait_timeout=100;
Query OK, 0 rows affected (0.00 sec)
MariaDB [(none)]> show variables like 'innodb_lock_wait_timeout';
-------------------------------+
Variable_name	Value
-------------------------------+
innodb_lock_wait_timeout	 100
-------------------------------+
1 row in set (0.00 sec)
MariaDB [(none)]> quit
Bye

Comment 15 Artom Lifshitz 2018-01-05 21:43:50 UTC
Closing this as NOTABUG. A valid workaround was provided in comment #6.


Note You need to log in before you can comment on or make changes to this bug.