Details
-
Test
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
If initialization of a DocumentNodeStore fails, the DocumentMKBuilderProvider will try to dispose it on tear down, which in turn tries to initialize it again and likely fail again. This will hide the initial failure.