[Buildbot-commits] [Buildbot] #2005: SQLAlchemy Operational errors with SQLite: Database is locked

Buildbot nobody at buildbot.net
Sun Jun 26 02:32:06 UTC 2011


#2005: SQLAlchemy Operational errors with SQLite: Database is locked
---------------------+--------------------
Reporter:  abompard  |       Owner:
    Type:  defect    |      Status:  new
Priority:  critical  |   Milestone:  0.8.5
 Version:  0.8.4     |  Resolution:
Keywords:  database  |
---------------------+--------------------

Comment (by dustin):

 This error generally means that something else has held a write lock on
 the database for too long.  It's hard to tell from your logs what that
 might be - all of the queries that timed out are read-only queries
 (getBuildset and getBuildRequests).

 Does this still occur after a master restart?  If so, can you try it with
 a clean state.sqlite file?  (Just remove the file and run 'buildbot
 upgrade-master' again)

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2005#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list