Thanks mark I'll check it out.
@Yong
nicira@OpenStackController:/opt/stack/quantum$ cat /etc/issue
Ubuntu 12.04.2 LTS \n \l
nicira@OpenStackController:/opt/stack/quantum$ uname -a
Linux OpenStackController 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10
20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
nicira@OpenStackController:/opt/stack/quantum$ dpkg -l | grep sql
ii libaprutil1-dbd-sqlite3 1.3.12+dfsg-3
Apache Portable Runtime Utility Library - SQLite3 Driver
ii libdbd-mysql-perl 4.020-1build2
Perl5 database interface to the MySQL database
ii libmysqlclient18 5.5.29-0ubuntu0.12.04.2
MySQL database client library
ii libsqlite3-0 3.7.9-2ubuntu1.1
SQLite 3 shared library
ii mysql-client-5.5 5.5.29-0ubuntu0.12.04.2
MySQL database client binaries
ii mysql-client-core-5.5 5.5.29-0ubuntu0.12.04.2
MySQL database core client binaries
ii mysql-common 5.5.29-0ubuntu0.12.04.2
MySQL database common files, e.g. /etc/mysql/my.cnf
ii mysql-server 5.5.29-0ubuntu0.12.04.2
MySQL database server (metapackage depending on the latest
version)
ii mysql-server-5.5 5.5.29-0ubuntu0.12.04.2
MySQL database server binaries and system database setup
ii mysql-server-core-5.5 5.5.29-0ubuntu0.12.04.2
MySQL database server binaries
ii python-mysqldb 1.2.3-1build1
Python interface to MySQL
ii python-pysqlite2 2.6.3-2build1
Python interface to SQLite 3
ii python-sqlalchemy 0.7.4-1ubuntu0.1
SQL toolkit and Object Relational Mapper for Python
ii python-sqlalchemy-ext 0.7.4-1ubuntu0.1
SQL toolkit and Object Relational Mapper for Python - C
extension
ii sqlite3 3.7.9-2ubuntu1.1
Command line interface for SQLite 3
On Thu, Mar 7, 2013 at 4:51 PM, Mark McClain <[email protected]> wrote:
> Oops. Linked wrong eventlet bug. It's actually 118:
>
> https://bitbucket.org/eventlet/eventlet/issue/118/exceptions-are-cleared-during
>
> On Mar 7, 2013, at 7:48 PM, Mark McClain <[email protected]> wrote:
>
>> I ran into this issue the other day on an internal project. There are
>> probably two errors. One in Quantum and one in eventlet masking as a
>> SQLAlchemy bug.
>>
>> For the Quantum bug:
>>
>> Try temporarily wrapping the code inside of the transaction in a try/except.
>> In the except, call LOG.exception() and raise the exception again. In you
>> know how to trigger the bug even better, otherwise you'll have to wait until
>> it bubbles up again.
>>
>> The eventlet error is here:
>>
>> https://bitbucket.org/eventlet/eventlet/issue/129/exception-info-clearing-is-problematic-and
>>
>> mark
>>
>> On Mar 7, 2013, at 7:34 PM, Aaron Rosen <[email protected]> wrote:
>>
>>> Hey Guys,
>>>
>>> I've been running into this exception every now and then the past day
>>> and was wondering if anyone had any ideas why?
>>>
>>> http://codepad.org/Zpjj7U12
>>>
>>> Thanks,
>>>
>>> Aaron
>>>
>>> --
>>> Mailing list: https://launchpad.net/~quantum-core
>>> Post to : [email protected]
>>> Unsubscribe : https://launchpad.net/~quantum-core
>>> More help : https://help.launchpad.net/ListHelp
>>
>>
>> --
>> Mailing list: https://launchpad.net/~quantum-core
>> Post to : [email protected]
>> Unsubscribe : https://launchpad.net/~quantum-core
>> More help : https://help.launchpad.net/ListHelp
>
--
Mailing list: https://launchpad.net/~quantum-core
Post to : [email protected]
Unsubscribe : https://launchpad.net/~quantum-core
More help : https://help.launchpad.net/ListHelp