[Yahoo-eng-team] [Bug 1441164] [NEW] Error in migration 066_fixup_service_name_value.py

2015-04-07 Thread Victor Sergeyev
Public bug reported: Migration script 066_fixup_service_name_value.py select all data from `service` table and call jsonutils.loads to `extra` column value. This column was created in migration 044 as nullable, so it may be a situation, when this script tries to call jsonutils.loads(None). In

[Yahoo-eng-team] [Bug 1397890] Re: Missing primary key constraint at endpoint_group.id column

2015-03-24 Thread Victor Sergeyev
*** This bug is a duplicate of bug 1399768 *** https://bugs.launchpad.net/bugs/1399768 ** This bug has been marked a duplicate of bug 1399768 migration of endpoint_filter fails due to foreign key constraint -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1393633] Re: test_postgresql_opportunistically fails with database openstack_citest is being accessed by other users

2014-12-03 Thread Victor Sergeyev
** Changed in: oslo.db Status: Fix Committed = Fix Released ** Changed in: oslo.db Milestone: next-juno = 1.1.0 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1227321] Re: DBDuplicateEntry not being translated for DB2

2014-11-24 Thread Victor Sergeyev
This bug was fixed in common DB code. Glance use it, so this but is not affects Glance ** Changed in: glance Status: Triaged = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1374497] Re: change in oslo.db ping handling is causing issues in projects that are not using transactions

2014-11-18 Thread Victor Sergeyev
** Changed in: oslo.db Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1374497 Title: change in oslo.db ping handling is causing issues in

[Yahoo-eng-team] [Bug 1376211] Re: Retry mechanism does not work on startup when used with MySQL

2014-11-18 Thread Victor Sergeyev
** Changed in: oslo.db Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1376211 Title: Retry mechanism does not work on startup when used with

[Yahoo-eng-team] [Bug 1340793] Re: DB2 deadlock error not detected

2014-10-24 Thread Victor Sergeyev
Glance is using oslo.db, so if it's fixed there then it's fixed in glance as well. ** Changed in: glance Status: New = Invalid ** Changed in: heat Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1330763] Re: PostgrestSQLOpportunisticFixture fails with no attribute named _details

2014-09-22 Thread Victor Sergeyev
Proposed fix was merged and included to oslo.db 1.0.1 ** Changed in: oslo.db Status: In Progress = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1367354] Re: oslo.db's master breaks unittest in OS projects

2014-09-16 Thread Victor Sergeyev
** Changed in: oslo.db Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1367354 Title: oslo.db's master breaks unittest in OS

[Yahoo-eng-team] [Bug 1361378] Re: MySQL server has gone away again

2014-09-02 Thread Victor Sergeyev
** Project changed: oslo-incubator = oslo.db -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1361378 Title: MySQL server has gone away again Status in OpenStack Identity (Keystone):

[Yahoo-eng-team] [Bug 1268875] Re: Oslo migrate.py does not have functionality to compute path to `migrate_repo`s

2014-09-02 Thread Victor Sergeyev
** Project changed: oslo-incubator = oslo.db -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1268875 Title: Oslo migrate.py does not have functionality to compute path to

[Yahoo-eng-team] [Bug 1283987] Re: Query Deadlock when creating 200 servers at once in sqlalchemy

2014-09-02 Thread Victor Sergeyev
** Project changed: oslo-incubator = oslo.db -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1283987 Title: Query Deadlock when creating 200 servers at once in

[Yahoo-eng-team] [Bug 1214341] Re: Not all db.sqal.session methods are wrapped by wrap_db_error

2014-07-23 Thread Victor Sergeyev
This bug also affects Keystone and Ironic, because these project checks for the sqlalchemy.exc.IntegrityError exception (instead of oslo.db.exception.DBDuplicateEntry), when they checks unit constrains in migration testing. ** Also affects: ironic Importance: Undecided Status: New --

[Yahoo-eng-team] [Bug 1280055] Re: Replace nova.db.sqlalchemy.utils with openstack.common.db.sqlalchemy.utils

2014-07-09 Thread Victor Sergeyev
** Changed in: oslo Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1280055 Title: Replace nova.db.sqlalchemy.utils with

[Yahoo-eng-team] [Bug 1270725] Re: Quota Deadlock when creating 200 servers at once under Psql

2014-07-09 Thread Victor Sergeyev
** Changed in: oslo Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1270725 Title: Quota Deadlock when creating 200 servers

[Yahoo-eng-team] [Bug 1252693] Re: Running of unit tests fails if SQLAlchemy = 0.8.3 is used

2014-07-09 Thread Victor Sergeyev
** Changed in: oslo Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1252693 Title: Running of unit tests fails if SQLAlchemy

[Yahoo-eng-team] [Bug 1328997] Re: Unit test failure: openstack_citest is being accessed by other users\nDETAIL: There are 1 other session(s) using the database.

2014-06-12 Thread Victor Sergeyev
** Also affects: oslo Importance: Undecided Status: New ** Changed in: oslo Status: New = Confirmed ** Changed in: oslo Importance: Undecided = High -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1309297] Re: oslo removal of use_tpool conf option

2014-04-23 Thread Victor Sergeyev
** Changed in: nova Status: New = Fix Committed ** Changed in: nova Assignee: (unassigned) = Victor Sergeyev (vsergeyev) ** Changed in: oslo Status: New = Invalid ** Tags added: icehouse-backport-potential -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1296333] Re: Keystone docs fail to build with SQLAlchemy 0.9

2014-03-24 Thread Victor Sergeyev
** Also affects: oslo Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1296333 Title: Keystone docs fail to build with SQLAlchemy 0.9 Status

[Yahoo-eng-team] [Bug 1171601] Re: dbapi_use_tpool exposes problems in eventlet

2014-03-12 Thread Victor Sergeyev
After the patch https://review.openstack.org/#/c/60031/ (Remove eventlet tpool from common db.api) was merged, eventlet tpool is not used for work with database in Oslo code ** No longer affects: oslo -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1288846] Re: Common context module missed in Glance

2014-03-11 Thread Victor Sergeyev
Agree, it sounds reasonable. ** Also affects: oslo Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1288846 Title: Common context module missed

[Yahoo-eng-team] [Bug 1288846] [NEW] Common context module missed in Glance

2014-03-06 Thread Victor Sergeyev
Public bug reported: Common module glance.openstack.common.db.sqlalchemy.utils requires common context module [1] but this module missed in glance, so we get an error, when we try to use sqlalchemy.utils module. See an example at [2] [1]

[Yahoo-eng-team] [Bug 1252693] Re: Running of unit tests fails if SQLAlchemy = 0.8.3 is used

2013-12-27 Thread Victor Sergeyev
We have a similar code in Oslo-incubator, so we should fix it there as well ** Also affects: oslo Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1258166] Re: N310 check recommends function that doesn't exist

2013-12-05 Thread Victor Sergeyev
** Also affects: oslo Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1258166 Title: N310 check recommends function that