<?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 The percentage of non high priority searches delayed in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/The-percentage-of-non-high-priority-searches-delayed/m-p/580699#M25175</link>
    <description>&lt;P&gt;Hi Splunkers,&lt;/P&gt;&lt;P&gt;I am getting below error on Clustered Search heard,&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;The percentage of non high priority searches delayed (88%) over the last 24 hours is very high and exceeded the red thresholds (20%) on this Splunk instance. Total Searches that were part of this percentage=1615. Total delayed Searches=1430&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;This issue is particularly seen on one app whose index receives large amount of data. How do I fix this issue?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jan 2022 00:20:16 GMT</pubDate>
    <dc:creator>bsanjeeva</dc:creator>
    <dc:date>2022-01-12T00:20:16Z</dc:date>
    <item>
      <title>The percentage of non high priority searches delayed</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/The-percentage-of-non-high-priority-searches-delayed/m-p/580699#M25175</link>
      <description>&lt;P&gt;Hi Splunkers,&lt;/P&gt;&lt;P&gt;I am getting below error on Clustered Search heard,&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;The percentage of non high priority searches delayed (88%) over the last 24 hours is very high and exceeded the red thresholds (20%) on this Splunk instance. Total Searches that were part of this percentage=1615. Total delayed Searches=1430&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;This issue is particularly seen on one app whose index receives large amount of data. How do I fix this issue?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 00:20:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/The-percentage-of-non-high-priority-searches-delayed/m-p/580699#M25175</guid>
      <dc:creator>bsanjeeva</dc:creator>
      <dc:date>2022-01-12T00:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: The percentage of non high priority searches delayed</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/The-percentage-of-non-high-priority-searches-delayed/m-p/580702#M25176</link>
      <description>&lt;P&gt;Check the Scheduler Activity page of the Monitoring Console to try to determine why searches are delayed.&amp;nbsp; The most likely cause is too many searches trying to run at the same time.&amp;nbsp; Another likely cause is searches not completing before the next scheduled run-time.&lt;/P&gt;&lt;P&gt;To fix the first cause, reschedule searches so they're spread out across the clock.&amp;nbsp; It's very common for most searches to try to run at :00 so focus on those first.&lt;/P&gt;&lt;P&gt;To fix the second cause you can make the search more efficient (faster) or reschedule it so it has time to complete before the next run-time.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 01:12:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/The-percentage-of-non-high-priority-searches-delayed/m-p/580702#M25176</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-01-12T01:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: The percentage of non high priority searches delayed</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/The-percentage-of-non-high-priority-searches-delayed/m-p/580810#M25177</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;, thanks for the suggestions. Here is my observations,&lt;/P&gt;&lt;P&gt;In MC's Scheduler Activity, I see that it issue is present only on one of the three search heads in cluster. Many Reports are skipped and deferred with following reason,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"The maximum number of concurrent running jobs for this historical scheduled search on this cluster has been reached (4)"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do I have to modify limits.conf ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Why is this issue seen only one one search head in the cluster?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 15:39:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/The-percentage-of-non-high-priority-searches-delayed/m-p/580810#M25177</guid>
      <dc:creator>bsanjeeva</dc:creator>
      <dc:date>2022-01-12T15:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: The percentage of non high priority searches delayed</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/The-percentage-of-non-high-priority-searches-delayed/m-p/580818#M25178</link>
      <description>&lt;P&gt;That is a symptom of the second cause of skipped searches.&amp;nbsp; The message is saying it is time to run a search, but an earlier invocation of the search is still running.&lt;/P&gt;&lt;P&gt;The fix is either 1) make the search complete sooner; or 2) schedule it to run less frequently.&lt;/P&gt;&lt;P&gt;It only happens on one SH because scheduled searches only run on one search head.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 16:29:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/The-percentage-of-non-high-priority-searches-delayed/m-p/580818#M25178</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-01-12T16:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: The percentage of non high priority searches delayed</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/The-percentage-of-non-high-priority-searches-delayed/m-p/580826#M25179</link>
      <description>&lt;P&gt;Now I understand the issue with your explanation. Can modifying limits.conf help in anyway?&lt;/P&gt;&lt;P&gt;Current config in searchhead:&lt;/P&gt;&lt;P&gt;[search]&lt;BR /&gt;dispatch_dir_warning_size=7000&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 17:07:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/The-percentage-of-non-high-priority-searches-delayed/m-p/580826#M25179</guid>
      <dc:creator>bsanjeeva</dc:creator>
      <dc:date>2022-01-12T17:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: The percentage of non high priority searches delayed</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/The-percentage-of-non-high-priority-searches-delayed/m-p/580842#M25182</link>
      <description>&lt;P&gt;Changing limits.conf won't help in this case.&amp;nbsp; You just can't have more than one instance of the same scheduled search running at the same time.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 19:04:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/The-percentage-of-non-high-priority-searches-delayed/m-p/580842#M25182</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-01-12T19:04:34Z</dc:date>
    </item>
  </channel>
</rss>

