<?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 Re: Specified config does not exist in ZooKeeper (Log Search is broken) in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Specified-config-does-not-exist-in-ZooKeeper-Log-Search-is/m-p/191710#M78320</link>
    <description>&lt;P&gt;For those facing this issue with hadoop_logs (Log Search)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Delete the &lt;STRONG&gt;Log Search&lt;/STRONG&gt; service from Ambari UI&lt;/LI&gt;&lt;LI&gt;Go into the zookeeper shell /usr/hdp/current/zookeeper-client/bin/&lt;STRONG&gt;zkCli.sh&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt; rmr /infra-solr/configs/hadoop_logs &lt;BR /&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Open up solr and delete the shards/collection for &lt;STRONG&gt;hadoop_logs&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;SSH into your SOLR servers as root/sudo&lt;/LI&gt;&lt;LI&gt;Delete &lt;STRONG&gt;/opt/ambari_infra_solr/data/hadoop_logs*&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Make sure you have at least 2 instances of SOLR installed&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Install Log Search on a new node (&lt;/STRONG&gt;a SOLR instance should be installed on this node as well&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Log search should be running now&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Tue, 07 Aug 2018 01:55:28 GMT</pubDate>
    <dc:creator>jpetro416</dc:creator>
    <dc:date>2018-08-07T01:55:28Z</dc:date>
    <item>
      <title>Specified config does not exist in ZooKeeper (Log Search is broken)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Specified-config-does-not-exist-in-ZooKeeper-Log-Search-is/m-p/191709#M78319</link>
      <description>&lt;P&gt;Fresh cluster (2.6.4) was working, restarted zookeeper and now seeing multiple errors. How can I fix this and why doesn't Solr just send new data to zookeeper? &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/72856-solr-problem.png"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/72856-solr-problem.png"&gt;solr-problem.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;One Log Example:&lt;/P&gt;&lt;PRE&gt;null:org.apache.solr.common.SolrException: SolrCore 'hadoop_logs_shard0_replica1' is not available due to init failure: Specified config does not exist in ZooKeeper: hadoop_logs
	at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1071)
	at org.apache.solr.servlet.HttpSolrCall.init(HttpSolrCall.java:252)
	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:414)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:257)
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:208)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
	at org.eclipse.jetty.server.Server.handle(Server.java:499)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.solr.common.cloud.ZooKeeperException: Specified config does not exist in ZooKeeper: hadoop_logs
	at org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:161)
	at org.apache.solr.cloud.CloudConfigSetService.createCoreResourceLoader(CloudConfigSetService.java:36)
	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:75)
	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:818)
	at org.apache.solr.core.CoreContainer.access$000(CoreContainer.java:90)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:473)
	at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:464)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 May 2018 00:46:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Specified-config-does-not-exist-in-ZooKeeper-Log-Search-is/m-p/191709#M78319</guid>
      <dc:creator>jpetro416</dc:creator>
      <dc:date>2018-05-16T00:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Specified config does not exist in ZooKeeper (Log Search is broken)</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Specified-config-does-not-exist-in-ZooKeeper-Log-Search-is/m-p/191710#M78320</link>
      <description>&lt;P&gt;For those facing this issue with hadoop_logs (Log Search)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Delete the &lt;STRONG&gt;Log Search&lt;/STRONG&gt; service from Ambari UI&lt;/LI&gt;&lt;LI&gt;Go into the zookeeper shell /usr/hdp/current/zookeeper-client/bin/&lt;STRONG&gt;zkCli.sh&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt; rmr /infra-solr/configs/hadoop_logs &lt;BR /&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Open up solr and delete the shards/collection for &lt;STRONG&gt;hadoop_logs&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;SSH into your SOLR servers as root/sudo&lt;/LI&gt;&lt;LI&gt;Delete &lt;STRONG&gt;/opt/ambari_infra_solr/data/hadoop_logs*&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Make sure you have at least 2 instances of SOLR installed&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Install Log Search on a new node (&lt;/STRONG&gt;a SOLR instance should be installed on this node as well&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Log search should be running now&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 07 Aug 2018 01:55:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Specified-config-does-not-exist-in-ZooKeeper-Log-Search-is/m-p/191710#M78320</guid>
      <dc:creator>jpetro416</dc:creator>
      <dc:date>2018-08-07T01:55:28Z</dc:date>
    </item>
  </channel>
</rss>

