Thomas Mueller created OAK-7508:
-----------------------------------
Summary: Text extraction timeout can lead to NPE
Key: OAK-7508
URL: https://issues.apache.org/jira/browse/OAK-7508
Project: Jackrabbit Oak
Issue Type: Bug
Components: indexing, query
Reporter: Thomas Mueller
Assignee: Thomas Mueller
A text extraction timeout can lead to the following NullPointerException:
{noformat}
java.lang.NullPointerException: null
at
java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1011)
at
java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006)
at
org.apache.jackrabbit.oak.plugins.index.lucene.ExtractedTextCache.putTimeout(ExtractedTextCache.java:161)
at
org.apache.jackrabbit.oak.plugins.index.lucene.binary.BinaryTextExtractor.parseStringValue0(BinaryTextExtractor.java:174)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)