<?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: How do I fix this error: WARN BucketReplicator - Failed to replicate Streaming bucket? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647253#M27213</link>
    <description>&lt;P&gt;It's even the same case when we restart our indexers in rolling manner even having maintenance mode enabled.&amp;nbsp;&lt;BR /&gt;We immediately notice streaming bucket failures and end up blocking our queues on other living indexer servers causing ingestion to drop.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jun 2023 08:42:39 GMT</pubDate>
    <dc:creator>sagaraverma</dc:creator>
    <dc:date>2023-06-16T08:42:39Z</dc:date>
    <item>
      <title>How do I fix this error: WARN BucketReplicator - Failed to replicate Streaming bucket?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/646966#M27212</link>
      <description>&lt;P&gt;We have 8-node indexer multi-site cluster with total of 2 sites (each site with 4 indexers)&lt;/P&gt;
&lt;P&gt;Site 1 -&lt;BR /&gt;SITE1IDX01&lt;BR /&gt;SITE1IDX02&lt;BR /&gt;SITE1IDX03&lt;BR /&gt;SITE1IDX04&lt;/P&gt;
&lt;P&gt;Site 2 -&lt;BR /&gt;SITE2IDX01&lt;BR /&gt;SITE2IDX02&lt;BR /&gt;SITE2IDX03&lt;BR /&gt;SITE2IDX04&lt;/P&gt;
&lt;P&gt;Replication Settings -&lt;BR /&gt;site_replication_factor=origin:2,total:3&lt;BR /&gt;site_search_factor=origin:1,total:2&lt;/P&gt;
&lt;P&gt;Whenever there are connectivity issues / glitches between the two sites, we start to notice below failures -&lt;/P&gt;
&lt;P&gt;WARN BucketReplicator - Failed to replicate Streaming bucket to guid=**** host=***** s2sport=**** Read timed out after 60 sec (between Site 1 &amp;amp; Site 2 indexers)&lt;/P&gt;
&lt;P&gt;And these failures have a cascading effect -&lt;/P&gt;
&lt;P&gt;Connectivity errors between servers on Site 1 &amp;amp; Site 2 ---&amp;gt; this affect replication of hot streaming buckets between the 2 sites ---&amp;gt; which puts a pressure on splunk replication queue ---&amp;gt; replication is part of index queue and hence indexing queues get filled ---&amp;gt; since indexing queues are supposed to process incoming ingestion, being full they drop the ingestion traffic.&lt;/P&gt;
&lt;P&gt;Need help over these points -&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;We assume that such errors will still effect even if you put cluster into maintenance mode. How do we then support network related maintenance activities for Splunk Multi-Site cluster ?&lt;/LI&gt;
&lt;LI&gt;How can we make multi-site cluster more resilient to not end up blocking index queues due to underlying network glitches between the indexers on two sites.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 15 Jun 2023 20:18:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/646966#M27212</guid>
      <dc:creator>sagaraverma</dc:creator>
      <dc:date>2023-06-15T20:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this error: WARN BucketReplicator - Failed to replicate Streaming bucket?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647253#M27213</link>
      <description>&lt;P&gt;It's even the same case when we restart our indexers in rolling manner even having maintenance mode enabled.&amp;nbsp;&lt;BR /&gt;We immediately notice streaming bucket failures and end up blocking our queues on other living indexer servers causing ingestion to drop.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 08:42:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647253#M27213</guid>
      <dc:creator>sagaraverma</dc:creator>
      <dc:date>2023-06-16T08:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this error: WARN BucketReplicator - Failed to replicate Streaming bucket?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647258#M27214</link>
      <description>&lt;P&gt;Maintenance mode has nothing to do with this. Maintenance mode stops fixups on buckets within the cluster.&lt;/P&gt;&lt;P&gt;Do you useACK=true? If so, I't try fiddling with ack_factor.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 09:19:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647258#M27214</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-06-16T09:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this error: WARN BucketReplicator - Failed to replicate Streaming bucket?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647260#M27215</link>
      <description>&lt;P&gt;We have our ingestion working through HEC , no universal &amp;amp; heavy forwards in place.&lt;BR /&gt;&lt;BR /&gt;My whole concern is to avoid congestion on living indexer queues due to 'Streaming bucket failures' during network &amp;amp; other maintenance activities where indexer server restart is needed.&lt;BR /&gt;&lt;BR /&gt;Splunk only provides maintenance mode to minimize the impact but this is not helping here.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2023 09:28:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647260#M27215</guid>
      <dc:creator>sagaraverma</dc:creator>
      <dc:date>2023-06-16T09:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this error: WARN BucketReplicator - Failed to replicate Streaming bucket?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647389#M27217</link>
      <description>&lt;P&gt;HEC can also be configured to use ACK from what I recall.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 09:06:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647389#M27217</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-06-17T09:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this error: WARN BucketReplicator - Failed to replicate Streaming bucket?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647735#M27224</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;FONT face="-apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Fira Sans, Ubuntu, Oxygen, Oxygen Sans, Cantarell, Droid Sans, Apple Color Emoji, Segoe UI Emoji, Segoe UI Emoji, Segoe UI Symbol, Lucida Grande, Helvetica, Arial, sans-serif"&gt;&lt;FONT color=""&gt;With my research, it seems to be failure messages&amp;nbsp;for primary bucket reassignment fixups which are not avoided by cluster maintenance mode unlike raw &amp;amp; searchable copies fixups and one possible solution is to &lt;/FONT&gt;&lt;FONT color="#ba0000"&gt;utilize&lt;/FONT&gt;&lt;FONT color=""&gt;&amp;nbsp;offline command for a peer. Next is to explore ways to avoid them during some network glitch or n/w maintenance activities that can affect communication between the 2 sites in a multi-site cluster.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 08:49:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647735#M27224</guid>
      <dc:creator>sagaraverma</dc:creator>
      <dc:date>2023-06-21T08:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this error: WARN BucketReplicator - Failed to replicate Streaming bucket?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647777#M27225</link>
      <description>Yes, it can configured to your it, but in true life you shouldn’t &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; There are some not so nice side effects caused by it (or at least in older versions have those).</description>
      <pubDate>Wed, 21 Jun 2023 12:39:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647777#M27225</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-21T12:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this error: WARN BucketReplicator - Failed to replicate Streaming bucket?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647778#M27226</link>
      <description>&lt;P&gt;I’m afraiding that there is no other solution than fix your network to enough stable to avoid those issued. The whole idea of multi site cluster is ensuring that your data has replicated over sites and nodes.&amp;nbsp;&lt;BR /&gt;There could be some parameters which you could try to increase queues size and timeout, but before you should try those, you should contact to splunk support.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 12:44:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647778#M27226</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-21T12:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this error: WARN BucketReplicator - Failed to replicate Streaming bucket?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647782#M27227</link>
      <description>&lt;P&gt;To have more searchable copies will help in this scenario ? so as to speed up primary bucket reassignments ?&lt;BR /&gt;&lt;BR /&gt;Other than n/w glitches, there are planned n/w maintenance activities during which we are supposed to minimize the impact over multi-site cluster - How do we deal with this ?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 13:07:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647782#M27227</guid>
      <dc:creator>sagaraverma</dc:creator>
      <dc:date>2023-06-21T13:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: How do I fix this error: WARN BucketReplicator - Failed to replicate Streaming bucket?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647785#M27228</link>
      <description>&lt;P&gt;Sure. useACK has its limitations and while useful it has to be used with caution.&lt;/P&gt;&lt;P&gt;I was just pointing to the fact that while OP is using HEC there still can be ACK enabled somewhere underneath (and it would give that effect described in the opening post since the events are queued untill they are properly ack-ed).&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 13:21:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-do-I-fix-this-error-WARN-BucketReplicator-Failed-to/m-p/647785#M27228</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-06-21T13:21:44Z</dc:date>
    </item>
  </channel>
</rss>

