Bug 41710 - Database can be shut down while indexes are being built
Summary: Database can be shut down while indexes are being built
Status: CLOSED FIXED
Alias: None
Product: Xindice
Classification: Unclassified
Component: DB Engine (show other bugs)
Version: cvs head (1.1)
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Xindice Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-26 18:26 UTC by Natalia Shilenkova
Modified: 2007-03-01 18:09 UTC (History)
0 users



Attachments
IndexManager.patch (3.31 KB, patch)
2007-02-26 18:27 UTC, Natalia Shilenkova
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.