-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: WT2.5.3
-
Component/s: None
-
None
Sometimes after crash we're unable to open storage due to WT_SESSION::create() for index returns us EEXIST
(We don't specify exclusive flag).
I found that this index has file in file system, but not in metadata table.
Looks like crash happened somewhere between creating file and adding it to metadata.
Is it something known/expected?