Details
Description
DocumentNodeStore#getChildNodes validates node states of children in the returned iterator and throws exception if a child is read as null.
This is clearly an unexpected case (although, it has been observed in running systems). The more probable cause for such a scenario would be to have inconsistent value in nodeChildrenCache. It'd be useful to log more information about cache state to help investigating such cases.
Attachments
Issue Links
- is related to
-
OAK-6351 Invalidate cache entries when getChildNodes() is aborted
- Closed