[Xapian-tickets] [Xapian] #275: Opening a writable database should retry if database is locked

Xapian nobody at xapian.org
Tue Dec 2 03:07:04 GMT 2014


#275: Opening a writable database should retry if database is locked
-------------------------+------------------------------
 Reporter:  richard      |             Owner:  olly
     Type:  enhancement  |            Status:  closed
 Priority:  low          |         Milestone:  1.3.3
Component:  Library API  |           Version:  SVN trunk
 Severity:  minor        |        Resolution:  fixed
 Keywords:               |        Blocked By:
 Blocking:               |  Operating System:  All
-------------------------+------------------------------
Changes (by olly):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Implemented in master [eec6d9f] for 1.3.3.  I named the new flag
 {{{DB_RETRY_LOCK}}}.

 Includes remote support without needing to bump the protocol version - a
 1.3.2 server just ignores where a 1.3.3 client passes the new flag, and so
 will throw {{{DatabaseLockError}}}, and a 1.3.2 client passes an empty
 string for the flags which will cause a 1.3.3 server to behave as a 1.3.2
 server would.

--
Ticket URL: <http://trac.xapian.org/ticket/275#comment:5>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list