<?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 Re: CMMaster - Unable to send scheduled jobs in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/535775#M4695</link>
    <description>&lt;P&gt;Any news on this case?&lt;/P&gt;&lt;P&gt;Facing the same issue after upgrading from 7.3x to 8.1.1&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2021 08:01:13 GMT</pubDate>
    <dc:creator>claudio_manig</dc:creator>
    <dc:date>2021-01-14T08:01:13Z</dc:date>
    <item>
      <title>CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/526942#M3971</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;i've currently deployed the following instances in my Splunk infrastructure using Splunk 8.1.0:&lt;/P&gt;
&lt;P&gt;- 1 Search Head&lt;/P&gt;
&lt;P&gt;- 1 Cluster Master&lt;/P&gt;
&lt;P&gt;- 2 Indexers in cluster&lt;/P&gt;
&lt;P&gt;- 2 Heavy Forwarders&lt;/P&gt;
&lt;P&gt;Everything seems to work fine except for Cluster Master. Since i added the 2 Indexers to the cluster, the following messages are repeated in splunkd.log on Cluster Master system:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;10-28-2020 16:59:54.703 +0100 WARN Fixup - GenCommitFixup::finish error in scheduler sendQueued=&lt;BR /&gt;10-28-2020 16:59:54.704 +0100 WARN CMMaster - Unable to send scheduled jobs, err=""&lt;BR /&gt;10-28-2020 16:59:55.202 +0100 DEBUG CMMaster - event=serviceHeartbeats size=1&lt;BR /&gt;10-28-2020 16:59:55.202 +0100 DEBUG CMMaster - event=setPeerStatus Skipping since peer=AAAAA peer_name=splunk-indexer-2 is already in status=Up reason=heartbeat received.&lt;BR /&gt;10-28-2020 16:59:55.202 +0100 DEBUG CMMaster - event=serviceRecreateIndexJobs No indexes to be recreated&lt;BR /&gt;10-28-2020 16:59:55.203 +0100 DEBUG CMMaster - event=serviceRecreateBucketJobs No buckets to be recreated&lt;BR /&gt;10-28-2020 16:59:55.203 +0100 WARN Fixup - GenCommitFixup::finish error in scheduler sendQueued=&lt;BR /&gt;10-28-2020 16:59:55.203 +0100 WARN CMMaster - Unable to send scheduled jobs, err=""&lt;BR /&gt;10-28-2020 16:59:55.703 +0100 DEBUG CMMaster - event=serviceHeartbeats size=1&lt;BR /&gt;10-28-2020 16:59:55.704 +0100 DEBUG CMMaster - event=setPeerStatus Skipping since peer=BBBBB peer_name=splunk-indexer-1 is already in status=Up reason=heartbeat received.&lt;BR /&gt;10-28-2020 16:59:55.704 +0100 DEBUG CMMaster - event=serviceRecreateIndexJobs No indexes to be recreated&lt;BR /&gt;10-28-2020 16:59:55.704 +0100 DEBUG CMMaster - event=serviceRecreateBucketJobs No buckets to be recreated&lt;/PRE&gt;
&lt;P&gt;Can you help me with this issue?&lt;/P&gt;
&lt;P&gt;Other useful information that may help:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;NTP and Splunk License are not yet installed.&lt;/LI&gt;
&lt;LI&gt;No errors are shown in splunkd.log on the remaining components.&lt;/LI&gt;
&lt;LI&gt;No errors are shown on Cluster Master web GUI.&lt;/LI&gt;
&lt;LI&gt;Indexer discovery is enable.&lt;/LI&gt;
&lt;LI&gt;Internal log are forwarded to Indexers.&lt;/LI&gt;
&lt;LI&gt;btool check utility didn't find any error.&lt;/LI&gt;
&lt;LI&gt;Each Indexer has indexes.conf with repFactor = auto under [main]&lt;/LI&gt;
&lt;LI&gt;Monitor console is enabled on Cluster Master&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Cluster Master server.log&lt;/P&gt;
&lt;PRE&gt;[general]&lt;BR /&gt;serverName = splunk-clustermaster-1&lt;BR /&gt;pass4SymmKey = pass&lt;BR /&gt;&lt;BR /&gt;[sslConfig]&lt;BR /&gt;sslPassword = pass&lt;BR /&gt;enableSplunkdSSL = true&lt;BR /&gt;serverCert = /opt/splunk/etc/auth/server.pem&lt;BR /&gt;sslRootCAPath = /opt/splunk/etc/auth/cacert.pem&lt;BR /&gt;&lt;BR /&gt;[lmpool:auto_generated_pool_download-trial]&lt;BR /&gt;description = auto_generated_pool_download-trial&lt;BR /&gt;quota = MAX&lt;BR /&gt;slaves = *&lt;BR /&gt;stack_id = download-trial&lt;BR /&gt;&lt;BR /&gt;[lmpool:auto_generated_pool_forwarder]&lt;BR /&gt;description = auto_generated_pool_forwarder&lt;BR /&gt;quota = MAX&lt;BR /&gt;slaves = *&lt;BR /&gt;stack_id = forwarder&lt;BR /&gt;&lt;BR /&gt;[lmpool:auto_generated_pool_free]&lt;BR /&gt;description = auto_generated_pool_free&lt;BR /&gt;quota = MAX&lt;BR /&gt;slaves = *&lt;BR /&gt;stack_id = free&lt;BR /&gt;&lt;BR /&gt;[clustering]&lt;BR /&gt;cluster_label = cluster&lt;BR /&gt;mode = master&lt;BR /&gt;pass4SymmKey = pass&lt;BR /&gt;replication_factor = 2&lt;BR /&gt;&lt;BR /&gt;[indexer_discovery]&lt;BR /&gt;pass4SymmKey = pass&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Indexers server.conf&lt;/P&gt;
&lt;PRE&gt;[general]&lt;BR /&gt;serverName = splunk-indexer-1&lt;BR /&gt;pass4SymmKey = pass&lt;BR /&gt;parallelIngestionPipelines = 2&lt;BR /&gt;pipelineSetSelectionPolicy = weighted_random&lt;BR /&gt;&lt;BR /&gt;[sslConfig]&lt;BR /&gt;enableSplunkdSSL = true&lt;BR /&gt;sslPassword = pass&lt;BR /&gt;sslRootCAPath = /opt/splunk/etc/auth/cacert.pem&lt;BR /&gt;serverCert = /opt/splunk/etc/auth/server.pem&lt;BR /&gt;&lt;BR /&gt;[lmpool:auto_generated_pool_download-trial]&lt;BR /&gt;description = auto_generated_pool_download-trial&lt;BR /&gt;quota = MAX&lt;BR /&gt;slaves = *&lt;BR /&gt;stack_id = download-trial&lt;BR /&gt;&lt;BR /&gt;[lmpool:auto_generated_pool_forwarder]&lt;BR /&gt;description = auto_generated_pool_forwarder&lt;BR /&gt;quota = MAX&lt;BR /&gt;slaves = *&lt;BR /&gt;stack_id = forwarder&lt;BR /&gt;&lt;BR /&gt;[lmpool:auto_generated_pool_free]&lt;BR /&gt;description = auto_generated_pool_free&lt;BR /&gt;quota = MAX&lt;BR /&gt;slaves = *&lt;BR /&gt;stack_id = free&lt;BR /&gt;&lt;BR /&gt;[replication_port-ssl://8080]&lt;BR /&gt;serverCert = /opt/splunk/etc/auth/server.pem&lt;BR /&gt;sslPassword = password&lt;BR /&gt;&lt;BR /&gt;[clustering]&lt;BR /&gt;master_uri = https://clustermaster:8089&lt;BR /&gt;mode = slave&lt;BR /&gt;pass4SymmKey = pass&lt;/PRE&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 21 Nov 2020 07:02:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/526942#M3971</guid>
      <dc:creator>Rosichia</dc:creator>
      <dc:date>2020-11-21T07:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/526944#M3972</link>
      <description>&lt;P&gt;Are you able to run searches from CM?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 18:20:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/526944#M3972</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-10-28T18:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/526952#M3973</link>
      <description>&lt;P&gt;I can run searches with both Search Head and Cluster Master on _internal index for example, main index is empty for now.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 18:59:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/526952#M3973</guid>
      <dc:creator>Rosichia</dc:creator>
      <dc:date>2020-10-28T18:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/528986#M4123</link>
      <description>&lt;P&gt;I'm seeing this error on my cluster masters since upgrading to 8.1.0&lt;/P&gt;&lt;P&gt;Would love to see a fix!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 15:08:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/528986#M4123</guid>
      <dc:creator>brmitchell</dc:creator>
      <dc:date>2020-11-11T15:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/529839#M4184</link>
      <description>&lt;P&gt;Make sure all these ports on your nodes are open and accessible.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;8000&amp;nbsp; 8065&amp;nbsp; 8088&amp;nbsp; 8089&amp;nbsp; 8191&amp;nbsp; 9887&amp;nbsp; 9997&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 23:51:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/529839#M4184</guid>
      <dc:creator>Mehdi_Bayazee</dc:creator>
      <dc:date>2020-11-17T23:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/530264#M4217</link>
      <description>&lt;P&gt;Seeing this behavior on the CM in my environment as well. Upgraded from 7.3.3 to 8.1.0.&lt;/P&gt;&lt;P&gt;Searches running properly from the SHC &amp;amp; other independent SHs, CM can search as well, indexing from UFs and HFs is working properly.&lt;/P&gt;&lt;P&gt;Additionally, the proper ports are opened up.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 21:11:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/530264#M4217</guid>
      <dc:creator>jwshieldsGetty</dc:creator>
      <dc:date>2020-11-20T21:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/530275#M4220</link>
      <description>One question, have you own server pem files (server name) for all servers or only one with common name?</description>
      <pubDate>Fri, 20 Nov 2020 22:32:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/530275#M4220</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-11-20T22:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/530684#M4267</link>
      <description>&lt;P&gt;I believe the maintenance release 8.1.0.1 might fix this, per the release notes:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.0/ReleaseNotes/Fixedissues" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.1.0/ReleaseNotes/Fixedissues&lt;/A&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;2020-10-27&lt;/TD&gt;&lt;TD&gt;SPL-196757, SPL-197069, SPL-197599&lt;/TD&gt;&lt;TD&gt;Upgrading Cluster Master to 8.1 with indexer discovery enabled stops CM forwarding its logs&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 24 Nov 2020 21:28:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/530684#M4267</guid>
      <dc:creator>brmitchell</dc:creator>
      <dc:date>2020-11-24T21:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/531448#M4324</link>
      <description>&lt;P&gt;Just installed 8.1.0.1 (test environment 7.3.3 &amp;gt; 8.1.0.1)&amp;nbsp;&lt;/P&gt;&lt;P&gt;It doesn't fix it.&lt;/P&gt;&lt;P&gt;Log is still filling with " WARN Fixup - GenCommitFixup::finish error in scheduler sendQueued=&amp;nbsp; "&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did some more testing.&amp;nbsp; Issues evens pops-up, with a clean install.&amp;nbsp;&lt;/P&gt;&lt;P&gt;installed 2 machines, just clean install. As soon de indexer connects to the clutser-master the Warning pops-up.&lt;/P&gt;&lt;P&gt;firewall is disabled&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 11:20:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/531448#M4324</guid>
      <dc:creator>teunlaan</dc:creator>
      <dc:date>2020-12-01T11:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/531516#M4329</link>
      <description>&lt;P&gt;Seconded, I just upgraded a clustered environment from 8.1.0 which was experiencing the issue to 8.1.0.1 and the errors are still being shown in the messages log.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 13:27:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/531516#M4329</guid>
      <dc:creator>davidcottingham</dc:creator>
      <dc:date>2020-12-01T13:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/532891#M4422</link>
      <description>&lt;P&gt;Same here, with a notably bigger cluster - and it's putting the brakes onto Cluster Data Rebalances massively.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2020 09:49:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/532891#M4422</guid>
      <dc:creator>berlincount</dc:creator>
      <dc:date>2020-12-12T09:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/534378#M4573</link>
      <description>&lt;P&gt;having same issue on v8.1.0&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 16:39:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/534378#M4573</guid>
      <dc:creator>sramiz</dc:creator>
      <dc:date>2020-12-29T16:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/535299#M4662</link>
      <description>&lt;P&gt;Is this issue resolved? We are facing the same issue that CM is unable to schedule rep jobs to indexers post upgrading to 8.1.1. We are seeing lot of Warning with respect to GenCommitFixup Errors and Unable to send Scheduled jobs with err="". We have verified the network ports and firewalls everything is working fine from network end.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 06:57:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/535299#M4662</guid>
      <dc:creator>mouryagalla</dc:creator>
      <dc:date>2021-01-11T06:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/535346#M4666</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have opened up a case with splunk and support team asked me to upgrade my splunk version to 8.1.1, but as you noticed it too, it didn't work. I am waiting to hear from splunk on next steps.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;SR&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 14:00:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/535346#M4666</guid>
      <dc:creator>sramiz</dc:creator>
      <dc:date>2021-01-11T14:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/535775#M4695</link>
      <description>&lt;P&gt;Any news on this case?&lt;/P&gt;&lt;P&gt;Facing the same issue after upgrading from 7.3x to 8.1.1&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 08:01:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/535775#M4695</guid>
      <dc:creator>claudio_manig</dc:creator>
      <dc:date>2021-01-14T08:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/535821#M4700</link>
      <description>&lt;P&gt;So yeah, splunk support says its a known bug. Most likely will be fixed in next release. its non impacting error but if its annoying than downgrade your splunk to 8.0. Here's the snippet from my support ticket.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I have been checking this issue with a couple of colleagues and it seems you are hitting a known bug that we have internally which is the SPL-197830 we are still working on a solution for that and it's currently high priority, however, it seems that the resolution will come out on version 8.1.2.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;According to the notes of the internal case the "errors" are false positives, so there isn't much to worry. I know you are getting flooded with the errors and a temporarily solution could be do downgrade to a version 8.0.X.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;We haven't seeing that error on that version yet but currently that is our best option. If you are planning to wait, I will suggest you to call to Splunk Hot line and ask for the internal case SPL-197830 just to make sure everything was fixed.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 11:41:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/535821#M4700</guid>
      <dc:creator>sramiz</dc:creator>
      <dc:date>2021-01-14T11:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/535825#M4701</link>
      <description>&lt;P&gt;Thanks for sharing but in my opinion it has an impact on the fixup/recovery progress/speed-&lt;/P&gt;&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/70241"&gt;@berlincount&lt;/a&gt;&amp;nbsp;already mentioned:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;and it's putting the brakes onto Cluster Data Rebalances massively&lt;/LI-CODE&gt;&lt;P&gt;We see the same behaviour on our bigger cluster as sf fixup task took significantly longer as they did pior to the update.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We will open a case on our behalf as well and i well share the conclusion here.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 11:58:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/535825#M4701</guid>
      <dc:creator>claudio_manig</dc:creator>
      <dc:date>2021-01-14T11:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/535834#M4702</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/155331"&gt;@sramiz&lt;/a&gt;&amp;nbsp; for the update.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/96068"&gt;@claudio_manig&lt;/a&gt;&amp;nbsp; Agree with you on the fixup activities part! We are also still waiting to get the response from the Splunk Support.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 12:34:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/535834#M4702</guid>
      <dc:creator>mouryagalla</dc:creator>
      <dc:date>2021-01-14T12:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/538337#M4851</link>
      <description>&lt;P&gt;This issue seems to be fixed in Splunk Enterprise 8.1.2.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 20:02:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/538337#M4851</guid>
      <dc:creator>martinbistrom</dc:creator>
      <dc:date>2021-02-02T20:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: CMMaster - Unable to send scheduled jobs</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/539858#M4934</link>
      <description>&lt;P&gt;thats correct. Issue is gone after updating to 81.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 03:53:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/CMMaster-Unable-to-send-scheduled-jobs/m-p/539858#M4934</guid>
      <dc:creator>sramiz</dc:creator>
      <dc:date>2021-02-15T03:53:03Z</dc:date>
    </item>
  </channel>
</rss>

