<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Solr 7.0 upgrade - Error opening new searcher in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-7-0-upgrade-Error-opening-new-searcher/m-p/214080#M69002</link>
    <description>&lt;P&gt;I upgraded an existing Solr 6.6.0 instance to V7.0.0.  On startup, only empty cores have come up cleanly.  All cores that contain any data get an error "Error Opening New Searcher"&lt;/P&gt;&lt;P&gt;All these cores store their indexes on HDFS.  This instance is a single node Solr cloud using external zookeeper.  The HDFS platform is HDP 2.4.2&lt;/P&gt;&lt;P&gt;Just for starters, here is an example from solr.log for one such core:&lt;/P&gt;&lt;PRE&gt;2017-09-27 16:31:23.197 ERROR (coreContainerWorkExecutor-2-thread-1-processing-n:SolrServer:9031_solr) [   ] o.a.s.c.CoreContainer Error waiting for SolrCore to be created
java.util.concurrent.ExecutionException: org.apache.solr.common.SolrException: Unable to create core [CoreName_shard1_replica1]
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at org.apache.solr.core.CoreContainer.lambda$load$118(CoreContainer.java:647)
        at org.apache.solr.core.CoreContainer$Lambda$132/1829217853.run(Unknown Source)
        at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$128(ExecutorUtil.java:188)
        at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$Lambda$15/991515462.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Unable to create core [CoreName_shard1_replica1]
        at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:996)
        at org.apache.solr.core.CoreContainer.lambda$load$117(CoreContainer.java:619)
        at org.apache.solr.core.CoreContainer$Lambda$131/1622458036.call(Unknown Source)
        at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
        ... 6 more
Caused by: org.apache.solr.common.SolrException: Error opening new searcher
        at org.apache.solr.core.SolrCore.&amp;lt;init&amp;gt;(SolrCore.java:988)
        at org.apache.solr.core.SolrCore.&amp;lt;init&amp;gt;(SolrCore.java:843)
        at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:980)
        ... 9 more
Caused by: org.apache.solr.common.SolrException: Error opening new searcher
        at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2066)
        at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2186)
        at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1071)
        at org.apache.solr.core.SolrCore.&amp;lt;init&amp;gt;(SolrCore.java:960)
        ... 11 more
Caused by: java.lang.NullPointerException
        at java.util.Objects.requireNonNull(Objects.java:203)
        at java.util.Optional.&amp;lt;init&amp;gt;(Optional.java:96)
        at java.util.Optional.of(Optional.java:108)
        at java.util.stream.ReduceOps$2ReducingSink.get(ReduceOps.java:129)
        at java.util.stream.ReduceOps$2ReducingSink.get(ReduceOps.java:107)
        at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
        at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
        at java.util.stream.ReferencePipeline.reduce(ReferencePipeline.java:479)
        at org.apache.solr.index.SlowCompositeReaderWrapper.&amp;lt;init&amp;gt;(SlowCompositeReaderWrapper.java:76)
        at org.apache.solr.index.SlowCompositeReaderWrapper.wrap(SlowCompositeReaderWrapper.java:57)
        at org.apache.solr.search.SolrIndexSearcher.&amp;lt;init&amp;gt;(SolrIndexSearcher.java:252)
        at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2034)
        ... 14 more&lt;/PRE&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2017 10:42:37 GMT</pubDate>
    <dc:creator>tony_bolt</dc:creator>
    <dc:date>2017-10-05T10:42:37Z</dc:date>
    <item>
      <title>Solr 7.0 upgrade - Error opening new searcher</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-7-0-upgrade-Error-opening-new-searcher/m-p/214080#M69002</link>
      <description>&lt;P&gt;I upgraded an existing Solr 6.6.0 instance to V7.0.0.  On startup, only empty cores have come up cleanly.  All cores that contain any data get an error "Error Opening New Searcher"&lt;/P&gt;&lt;P&gt;All these cores store their indexes on HDFS.  This instance is a single node Solr cloud using external zookeeper.  The HDFS platform is HDP 2.4.2&lt;/P&gt;&lt;P&gt;Just for starters, here is an example from solr.log for one such core:&lt;/P&gt;&lt;PRE&gt;2017-09-27 16:31:23.197 ERROR (coreContainerWorkExecutor-2-thread-1-processing-n:SolrServer:9031_solr) [   ] o.a.s.c.CoreContainer Error waiting for SolrCore to be created
java.util.concurrent.ExecutionException: org.apache.solr.common.SolrException: Unable to create core [CoreName_shard1_replica1]
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at org.apache.solr.core.CoreContainer.lambda$load$118(CoreContainer.java:647)
        at org.apache.solr.core.CoreContainer$Lambda$132/1829217853.run(Unknown Source)
        at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$128(ExecutorUtil.java:188)
        at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$Lambda$15/991515462.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.SolrException: Unable to create core [CoreName_shard1_replica1]
        at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:996)
        at org.apache.solr.core.CoreContainer.lambda$load$117(CoreContainer.java:619)
        at org.apache.solr.core.CoreContainer$Lambda$131/1622458036.call(Unknown Source)
        at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:197)
        ... 6 more
Caused by: org.apache.solr.common.SolrException: Error opening new searcher
        at org.apache.solr.core.SolrCore.&amp;lt;init&amp;gt;(SolrCore.java:988)
        at org.apache.solr.core.SolrCore.&amp;lt;init&amp;gt;(SolrCore.java:843)
        at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:980)
        ... 9 more
Caused by: org.apache.solr.common.SolrException: Error opening new searcher
        at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2066)
        at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2186)
        at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:1071)
        at org.apache.solr.core.SolrCore.&amp;lt;init&amp;gt;(SolrCore.java:960)
        ... 11 more
Caused by: java.lang.NullPointerException
        at java.util.Objects.requireNonNull(Objects.java:203)
        at java.util.Optional.&amp;lt;init&amp;gt;(Optional.java:96)
        at java.util.Optional.of(Optional.java:108)
        at java.util.stream.ReduceOps$2ReducingSink.get(ReduceOps.java:129)
        at java.util.stream.ReduceOps$2ReducingSink.get(ReduceOps.java:107)
        at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
        at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
        at java.util.stream.ReferencePipeline.reduce(ReferencePipeline.java:479)
        at org.apache.solr.index.SlowCompositeReaderWrapper.&amp;lt;init&amp;gt;(SlowCompositeReaderWrapper.java:76)
        at org.apache.solr.index.SlowCompositeReaderWrapper.wrap(SlowCompositeReaderWrapper.java:57)
        at org.apache.solr.search.SolrIndexSearcher.&amp;lt;init&amp;gt;(SolrIndexSearcher.java:252)
        at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2034)
        ... 14 more&lt;/PRE&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 10:42:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-7-0-upgrade-Error-opening-new-searcher/m-p/214080#M69002</guid>
      <dc:creator>tony_bolt</dc:creator>
      <dc:date>2017-10-05T10:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Solr 7.0 upgrade - Error opening new searcher</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-7-0-upgrade-Error-opening-new-searcher/m-p/214081#M69003</link>
      <description>&lt;P&gt;This is very likely &lt;A href="https://issues.apache.org/jira/browse/SOLR-11406" target="_blank"&gt;https://issues.apache.org/jira/browse/SOLR-11406&lt;/A&gt;, which has the net effect that Solr 7.0 cannot read indexes from any Solr 6.x version.&lt;/P&gt;&lt;P&gt;To resolve this, a new release of Solr is in the works (7.0.1). The vote for this release is just nearing the end, so I would expect it to be released in the next 1-3 days.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 01:35:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-7-0-upgrade-Error-opening-new-searcher/m-p/214081#M69003</guid>
      <dc:creator>cassandra</dc:creator>
      <dc:date>2017-10-06T01:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Solr 7.0 upgrade - Error opening new searcher</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-7-0-upgrade-Error-opening-new-searcher/m-p/214082#M69004</link>
      <description>&lt;P&gt;Thanks &lt;A href="https://community.hortonworks.com/questions/140879/solr-70-upgrade-error-opening-new-searcher.html#"&gt;@Cassandra Targett&lt;/A&gt;.  I've reverted to 6.6.0 and will await V7.0.1&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tony&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 06:29:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-7-0-upgrade-Error-opening-new-searcher/m-p/214082#M69004</guid>
      <dc:creator>tony_bolt</dc:creator>
      <dc:date>2017-10-06T06:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Solr 7.0 upgrade - Error opening new searcher</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-7-0-upgrade-Error-opening-new-searcher/m-p/214083#M69005</link>
      <description>&lt;P&gt;@tonybolt, Solr 7.0.1 was just released this afternoon.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2017 04:04:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Solr-7-0-upgrade-Error-opening-new-searcher/m-p/214083#M69005</guid>
      <dc:creator>cassandra</dc:creator>
      <dc:date>2017-10-07T04:04:36Z</dc:date>
    </item>
  </channel>
</rss>

