[Xapian-tickets] [Xapian] #284: occasional DatabaseModifiedErrors

Xapian nobody at xapian.org
Sat Apr 18 15:41:27 BST 2009


#284: occasional DatabaseModifiedErrors
---------------------------+------------------------------------------------
 Reporter:  mrks           |        Owner:  olly  
     Type:  defect         |       Status:  closed
 Priority:  normal         |    Milestone:  1.0.12
Component:  Backend-Flint  |      Version:  1.0.11
 Severity:  normal         |   Resolution:  fixed 
 Keywords:                 |    Blockedby:        
 Platform:  All            |     Blocking:        
---------------------------+------------------------------------------------
Changes (by olly):

  * status:  assigned => closed
  * platform:  Linux => All
  * version:  SVN trunk => 1.0.11
  * resolution:  => fixed
  * milestone:  1.1.1 => 1.0.12


Comment:

 In branches/1.0, r12387 addresses this issue by adding exception handling
 for the Enquire methods which need it (and one Database method which was
 missing it).  With this change, user code in Perl can now use the
 technique we suggest for other languages - i.e. catch the DatabaseModified
 exception, call reopen(), and retry the operation.

 In trunk, there's already exception handling for these methods.

 So I think we can close this ticket at last.

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



More information about the Xapian-tickets mailing list