You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Tommaso Teofili (JIRA)" <ji...@apache.org> on 2018/05/28 11:11:00 UTC

[jira] [Commented] (OAK-7508) Text extraction timeout can lead to NPE

    [ https://issues.apache.org/jira/browse/OAK-7508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16492548#comment-16492548 ] 

Tommaso Teofili commented on OAK-7508:
--------------------------------------

{quote}[~tmueller], [~teofili], I guess it's ok that we keep pushing in incremental like these to keep oak-search relatively up to date. But, I think we'd most likely miss out duplicating all of the issues.
{quote}
sure, I think that's the best option as we envision to make lucene and solr depend on oak-search soon and reduce the amount of maintenance going forward.

> 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: Vikas Saurabh
>            Priority: Major
>              Labels: candidate_oak_1_8
>             Fix For: 1.10, 1.9.3
>
>
> 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)