All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] persist_data: reconnect when DB is locked
@ 2012-01-16  4:07 Lianhao Lu
  2012-01-16  4:07 ` [PATCH 1/1] bitbake/persist_data: Reconnect " Lianhao Lu
  0 siblings, 1 reply; 6+ messages in thread
From: Lianhao Lu @ 2012-01-16  4:07 UTC (permalink / raw)
  To: bitbake-devel

Fixed yocto bug #1761.

The timeout value set in sqlite3 connection only applies to the very first 
time when accessing a locked DB file.

By reconnect to the DB in 'database is locked' exception, we can leverage 
the timeout value in each retry. 

The following changes since commit 684c6ef2d08ad503ce68ac3cc273f1b6a8a56ac7:
  Paul Eggleton (1):
        bitbake/knotty: print task failure summary

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib llu/bug1761
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/bug1761

Lianhao Lu (1):
  bitbake/persist_data: Reconnect when DB is locked

 bitbake/lib/bb/persist_data.py |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-05-31 20:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-16  4:07 [PATCH 0/1] persist_data: reconnect when DB is locked Lianhao Lu
2012-01-16  4:07 ` [PATCH 1/1] bitbake/persist_data: Reconnect " Lianhao Lu
2012-01-19  0:16   ` Richard Purdie
2012-05-31  0:33   ` McClintock Matthew-B29882
2012-05-31 17:54     ` Joshua Lock
2012-05-31 19:45       ` McClintock Matthew-B29882

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.