ZF-3374: Fatal error when Zend_Search_Lucene can't delete an index file
Description
Zend search lucene gives a fatal error occasionally when it can't delete an index file. An error occurs on Zend\Search\Lucene\Storage\Directory\Filesystem.php on line 215.
The problem is probably with the statement
throw $e;
and this should be removed.
Comments
Posted by julien PAULI (doctorrock83) on 2008-06-03T12:37:59.000+0000
r8564 resolved the bug, but it has not been merged to 1.5.2 branch (as well as others regarding the same file) You can get a clean copy from trunk, 1.5.3 will integrate these patches ( 8564 to 8568 ), sorry about that.
Posted by Alexander Veremyev (alexander) on 2008-07-25T09:16:14.000+0000
Fixed for the release-1.5 branch with the CS-9683.