Description
Right now there seem to be no tests that run queries and use the composite node store. This is dangerous, as a lot of code is not tested. Also, it prevents refactoring and adding new features.
We have seen quite many problems in this area lately, for example:
- creating indexes with a composite nodestore didn't work
- changing the Lucene index to lazily load the index files doesn't work
Attachments
Attachments
Issue Links
- is related to
-
OAK-7995 Composite node store: reference index not working as expected
- Open