<?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>topic Failing manual Splunk-optimize when 'The index processor has paused data flow. Too many tsidx files' with erno 12 in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Failing-manual-Splunk-optimize-when-The-index-processor-has/m-p/478684#M134221</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I've started to get this error message:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;The index processor has paused data flow. Too many tsidx files in idx=_audit bucket="/opt/splunk/var/lib/splunk/audit/db/hot_v1_13" , waiting for the splunk-optimize indexing helper to catch up merging them. Ensure reasonable disk space is available, and that I/O write throughput is not compromised.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I then tried the manual splunk-optimize, but that returned this error message:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tm= 1568090447 ERROR merge failed for path=/opt/splunk/var/lib/splunk/audit/db/hot_v1_13 rc=-2 wrc=-2 errno=12 file=/opt/splunk/var/lib/splunk/audit/db/hot_v1_13/1567134306-1567134305-16403447236531428423.tsidx hint=_init_reader_helper in _merge_all_postings_n]
tm= 1568090447 ERROR optimize finished: failed, see rc for more details, dir=/opt/splunk/var/lib/splunk/audit/db/hot_v1_13, rc=-2 (unsigned 254), errno=12
tm= 1568090447 INFO  exiting splunk-optimize process with rc=-2 (unsigned 254)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I've tried to search for "errno=12", but I can't find any info regarding it (just other error numbers).&lt;/P&gt;

&lt;P&gt;All my indexes have default settings.&lt;/P&gt;

&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
    <pubDate>Tue, 10 Sep 2019 05:25:09 GMT</pubDate>
    <dc:creator>chrzz</dc:creator>
    <dc:date>2019-09-10T05:25:09Z</dc:date>
    <item>
      <title>Failing manual Splunk-optimize when 'The index processor has paused data flow. Too many tsidx files' with erno 12</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Failing-manual-Splunk-optimize-when-The-index-processor-has/m-p/478684#M134221</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I've started to get this error message:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;The index processor has paused data flow. Too many tsidx files in idx=_audit bucket="/opt/splunk/var/lib/splunk/audit/db/hot_v1_13" , waiting for the splunk-optimize indexing helper to catch up merging them. Ensure reasonable disk space is available, and that I/O write throughput is not compromised.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I then tried the manual splunk-optimize, but that returned this error message:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tm= 1568090447 ERROR merge failed for path=/opt/splunk/var/lib/splunk/audit/db/hot_v1_13 rc=-2 wrc=-2 errno=12 file=/opt/splunk/var/lib/splunk/audit/db/hot_v1_13/1567134306-1567134305-16403447236531428423.tsidx hint=_init_reader_helper in _merge_all_postings_n]
tm= 1568090447 ERROR optimize finished: failed, see rc for more details, dir=/opt/splunk/var/lib/splunk/audit/db/hot_v1_13, rc=-2 (unsigned 254), errno=12
tm= 1568090447 INFO  exiting splunk-optimize process with rc=-2 (unsigned 254)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I've tried to search for "errno=12", but I can't find any info regarding it (just other error numbers).&lt;/P&gt;

&lt;P&gt;All my indexes have default settings.&lt;/P&gt;

&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 05:25:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Failing-manual-Splunk-optimize-when-The-index-processor-has/m-p/478684#M134221</guid>
      <dc:creator>chrzz</dc:creator>
      <dc:date>2019-09-10T05:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Failing manual Splunk-optimize when 'The index processor has paused data flow. Too many tsidx files' with erno 12</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Failing-manual-Splunk-optimize-when-The-index-processor-has/m-p/478685#M134222</link>
      <description>&lt;P&gt;If you run into a situation of too many tsidx files and splunk can't resolve it by it self. Try restarting splunk with &lt;CODE&gt;splunk restart&lt;/CODE&gt; Upon starting splunk again, all hot buckets will be rolled to warm and the tsidx files gets merged into fewer files.&lt;/P&gt;

&lt;P&gt;Watch the &lt;CODE&gt;stdout&lt;/CODE&gt; from the restart comand to see if it throws any errors and review &lt;CODE&gt;$SPLUNK_HOME/var/log/splunk/splunkd.log&lt;/CODE&gt; and lookout for any &lt;CODE&gt;WARN&lt;/CODE&gt; or &lt;CODE&gt;ERROR&lt;/CODE&gt;  messages following the last shutdown.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Oct 2019 15:25:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Failing-manual-Splunk-optimize-when-The-index-processor-has/m-p/478685#M134222</guid>
      <dc:creator>lapplander</dc:creator>
      <dc:date>2019-10-20T15:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Failing manual Splunk-optimize when 'The index processor has paused data flow. Too many tsidx files' with erno 12</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Failing-manual-Splunk-optimize-when-The-index-processor-has/m-p/517886#M145646</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm encountering the exact same error, only for another index. And it happens a lot, nearly on a daily basis (work days)&lt;BR /&gt;&lt;BR /&gt;Is there any new update on this topic please ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 08:06:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Failing-manual-Splunk-optimize-when-The-index-processor-has/m-p/517886#M145646</guid>
      <dc:creator>GalaxySplunker</dc:creator>
      <dc:date>2020-09-04T08:06:14Z</dc:date>
    </item>
  </channel>
</rss>

