Description
OrderedContentMirrorStoreStrategy may raise a NPE in prune method as the previous node in
ChildNodeEntry previous = findPrevious( index.getNodeState(), node.getNodeState()); LOG.debug("previous: {}", previous); // (2) find the next element String next = node.getString(NEXT); if (next == null) { next = ""; } // (3) re-link the previous to the next index.getChildNode(previous.getName()).setProperty(NEXT, next); // <-- NPE if previous is null
may be null
Attachments
Attachments
Issue Links
- is related to
-
OAK-1717 Concurrent updates of ordered index in cluster may fail
- Resolved
- links to