<?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 typing queue always full with indexer crash in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/typing-queue-always-full-with-indexer-crash/m-p/502470#M85600</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Once my indexer crashed with below error:&lt;BR /&gt;
kernel: splunkd[] general protection ip:xyz  error:0 in splunkd[]&lt;/P&gt;

&lt;P&gt;And after restarting  the indexer my Parsing, Merging , Typing queues are always full with going to the indexing queue. &lt;/P&gt;

&lt;P&gt;How to resolve this issue ?&lt;/P&gt;</description>
    <pubDate>Mon, 23 Mar 2020 11:18:56 GMT</pubDate>
    <dc:creator>surekhasplunk</dc:creator>
    <dc:date>2020-03-23T11:18:56Z</dc:date>
    <item>
      <title>typing queue always full with indexer crash</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/typing-queue-always-full-with-indexer-crash/m-p/502470#M85600</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Once my indexer crashed with below error:&lt;BR /&gt;
kernel: splunkd[] general protection ip:xyz  error:0 in splunkd[]&lt;/P&gt;

&lt;P&gt;And after restarting  the indexer my Parsing, Merging , Typing queues are always full with going to the indexing queue. &lt;/P&gt;

&lt;P&gt;How to resolve this issue ?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 11:18:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/typing-queue-always-full-with-indexer-crash/m-p/502470#M85600</guid>
      <dc:creator>surekhasplunk</dc:creator>
      <dc:date>2020-03-23T11:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: typing queue always full with indexer crash</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/typing-queue-always-full-with-indexer-crash/m-p/502471#M85601</link>
      <description>&lt;P&gt;@surekhasplunk  Potential things to check:&lt;BR /&gt;
- the transforms that are applied to the sourcetypes, there could be issues with that if you've created custom transforms or routing of the data&lt;BR /&gt;
- SED extraction in props.conf&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 12:16:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/typing-queue-always-full-with-indexer-crash/m-p/502471#M85601</guid>
      <dc:creator>anmolpatel</dc:creator>
      <dc:date>2020-03-23T12:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: typing queue always full with indexer crash</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/typing-queue-always-full-with-indexer-crash/m-p/502472#M85602</link>
      <description>&lt;P&gt;General protection error is a kernel message, I suspect it is not a configuration issue. You have to open a support ticket. To confirm it:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;check logs for similar errors with  "grep kernel  | grep error" - do   you see other errors? are all of them  related to splunk or there are other processes?&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;check for crash* logs in  $SPLUNK_HOME/var/log/splunk&lt;/LI&gt;
&lt;LI&gt;check /var/log/messages or journal for OOM or similar OS errors&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 23 Mar 2020 13:13:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/typing-queue-always-full-with-indexer-crash/m-p/502472#M85602</guid>
      <dc:creator>PavelP</dc:creator>
      <dc:date>2020-03-23T13:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: typing queue always full with indexer crash</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/typing-queue-always-full-with-indexer-crash/m-p/502473#M85603</link>
      <description>&lt;P&gt;Hi @PaveIP&lt;/P&gt;

&lt;P&gt;I raised case with support but they are going in completely different direction all together instead of finding the root cause of this particular problem they are like change the whole setup upgrade or move conf files etc.&lt;BR /&gt;
We can do that but not now. Not at that time when the crash happened but at a later point.&lt;/P&gt;

&lt;P&gt;1) And i did check log for kernel or error and found something like below&lt;BR /&gt;
     16:00:53 SPKLX kernel: device bond0 left promiscuous mode&lt;BR /&gt;
     16:00:53 SPKLX kernel: device em1 left promiscuous mode&lt;BR /&gt;
     16:00:53 SPKLX kernel: device bond0 entered promiscuous mode&lt;BR /&gt;
     16:00:53 SPKLX kernel: device em1 entered promiscuous mode&lt;/P&gt;

&lt;P&gt;2) i checked for crash.log and they have :&lt;BR /&gt;
    Received fatal signal 11 (Segmentation fault).&lt;BR /&gt;
     Cause:&lt;BR /&gt;
    Unknown signal origin (si_code=128, si_addr=[0x0000000000000000]).&lt;BR /&gt;
     Crashing thread: CallbackRunnerThread&lt;BR /&gt;
     Registers:&lt;BR /&gt;
     RIP:  [0x00007F719784F505]&lt;/P&gt;

&lt;P&gt;3)i cant see any OOM or OS errors. &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:45:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/typing-queue-always-full-with-indexer-crash/m-p/502473#M85603</guid>
      <dc:creator>surekhasplunk</dc:creator>
      <dc:date>2020-09-30T04:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: typing queue always full with indexer crash</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/typing-queue-always-full-with-indexer-crash/m-p/502474#M85604</link>
      <description>&lt;P&gt;thank you @surekhasplunk for an update&lt;/P&gt;

&lt;P&gt;1) information messages related to tcpdump&lt;BR /&gt;
2) if all crashlogs have "CallbackRunnerThread" as a cause it could be splunk fault and an update can help&lt;BR /&gt;
3) -&lt;/P&gt;

&lt;P&gt;good luck with troubleshooting!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 07:49:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/typing-queue-always-full-with-indexer-crash/m-p/502474#M85604</guid>
      <dc:creator>PavelP</dc:creator>
      <dc:date>2020-03-24T07:49:48Z</dc:date>
    </item>
  </channel>
</rss>

