Bug 41710

Summary: Database can be shut down while indexes are being built
Product: Xindice Reporter: Natalia Shilenkova <nshilenkova>
Component: DB EngineAssignee: Xindice Developers <xindice-dev>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: cvs head (1.1)   
Target Milestone: ---   
Hardware: Other   
OS: other   
Attachments: IndexManager.patch

Description Natalia Shilenkova 2007-02-26 18:26:12 UTC
Existing code allows you to shutdown database while another thread is in the
process of creating an index. IndexManager should wait for all the scheduled
indexes to be created to finish before closing.
Comment 1 Natalia Shilenkova 2007-02-26 18:27:15 UTC
Created attachment 19642 [details]
IndexManager.patch
Comment 2 Vadim Gritsenko 2007-03-01 18:09:49 UTC
I wonder if this problem is related to other index-corruption bug reports.
Thanks for the patch, applied.