<?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: Unable to delete solr indexes in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-delete-solr-indexes/m-p/219140#M79405</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12679/samantthakur.html" nodeid="12679"&gt;@Samant Thakur&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Try without keeping space between &lt;STRONG&gt;Content-type: text/xml&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;curl &lt;A href="http://localhost:8886/solr/update?commit=true" target="_blank"&gt;http://localhost:8886/solr/update?commit=true&lt;/A&gt; -H "Content-type:text/xml"--data-binary '&amp;lt;delete&amp;gt;&amp;lt;query&amp;gt;*:*&amp;lt;/query&amp;gt;&amp;lt;/delete&amp;gt;'&lt;/PRE&gt;</description>
    <pubDate>Sun, 10 Jun 2018 04:49:38 GMT</pubDate>
    <dc:creator>Shu_ashu</dc:creator>
    <dc:date>2018-06-10T04:49:38Z</dc:date>
    <item>
      <title>Unable to delete solr indexes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-delete-solr-indexes/m-p/219139#M79404</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;I am getting below error on my solr web UI on HDP 2.6.0 Cluster.&lt;/P&gt;&lt;PRE&gt;org.apache.solr.common.SolrException: Exception writing document id fb076ca8-9261-4715-990f-f563da0a02ed-1857434654 to the index; possible analysis error: number of documents in the index cannot exceed 2147483519
	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:173)
	at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory&lt;/PRE&gt;&lt;P&gt;so I tried to delete all solr indexes using below command &lt;/P&gt;&lt;PRE&gt;curl &lt;A href="http://LocalHost:8886/solr/update?commit=true" target="_blank"&gt;http://LocalHost:8886/solr/update?commit=true&lt;/A&gt; -H "Content-type: text/xml"--data-binary '&amp;lt;delete&amp;gt;&amp;lt;query&amp;gt;*:*&amp;lt;/query&amp;gt;&amp;lt;/delete&amp;gt;'
&lt;/PRE&gt;&lt;P&gt;but unable to delete the indexes and getting below error&lt;/P&gt;&lt;PRE&gt;url: (6) Couldn't resolve host '&amp;lt;delete&amp;gt;&amp;lt;query&amp;gt;*:*&amp;lt;&lt;/PRE&gt;&lt;P&gt;Is there any alternative way to delete solr indexes completely or can we define the TTL to delete the solr indexes/data at a regular interval basis?&lt;/P&gt;&lt;P&gt;Please assist.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jun 2018 04:08:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-delete-solr-indexes/m-p/219139#M79404</guid>
      <dc:creator>samant_thakur</dc:creator>
      <dc:date>2018-06-10T04:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete solr indexes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-delete-solr-indexes/m-p/219140#M79405</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12679/samantthakur.html" nodeid="12679"&gt;@Samant Thakur&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Try without keeping space between &lt;STRONG&gt;Content-type: text/xml&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;curl &lt;A href="http://localhost:8886/solr/update?commit=true" target="_blank"&gt;http://localhost:8886/solr/update?commit=true&lt;/A&gt; -H "Content-type:text/xml"--data-binary '&amp;lt;delete&amp;gt;&amp;lt;query&amp;gt;*:*&amp;lt;/query&amp;gt;&amp;lt;/delete&amp;gt;'&lt;/PRE&gt;</description>
      <pubDate>Sun, 10 Jun 2018 04:49:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-delete-solr-indexes/m-p/219140#M79405</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2018-06-10T04:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete solr indexes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-delete-solr-indexes/m-p/219141#M79406</link>
      <description>&lt;P&gt;Thanks a lot &lt;A rel="user" href="https://community.cloudera.com/users/18929/yaswanthmuppireddy.html" nodeid="18929"&gt;@Shu&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I am getting below error now&lt;/P&gt;&lt;PRE&gt;curl: (35) SSL connect error
&lt;/PRE&gt;&lt;P&gt;are you aware about  error?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jun 2018 04:56:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-delete-solr-indexes/m-p/219141#M79406</guid>
      <dc:creator>samant_thakur</dc:creator>
      <dc:date>2018-06-10T04:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to delete solr indexes</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-delete-solr-indexes/m-p/219142#M79407</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12679/samantthakur.html" nodeid="12679"&gt;@Samant Thakur&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Check which version of curl are you using if it is older version then update to new version and run the curl again.&lt;/P&gt;&lt;P&gt;Some useful links regarding are as follows &lt;A href="https://stackoverflow.com/questions/48128791/curl-35-ssl-connect-error-nss-error-5961?utm_medium=organic&amp;amp;utm_source=google_rich_qa&amp;amp;utm_campaign=google_rich_qa" target="_blank"&gt;link1&lt;/A&gt; &lt;A href="https://stackoverflow.com/questions/36787413/curl-35-ssl-connect-error/36789501?utm_medium=organic&amp;amp;utm_source=google_rich_qa&amp;amp;utm_campaign=google_rich_qa" target="_blank"&gt;link2&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jun 2018 05:21:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-delete-solr-indexes/m-p/219142#M79407</guid>
      <dc:creator>Shu_ashu</dc:creator>
      <dc:date>2018-06-10T05:21:52Z</dc:date>
    </item>
  </channel>
</rss>

