<?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: Index Cluster - Search Factro and Replication Factor NOt Met - Error “Cannot replicate as bucket hasn’t rolled yet.” in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Index-Cluster-Search-Factro-and-Replication-Factor-NOt-Met-Error/m-p/279401#M10529</link>
    <description>&lt;P&gt;Yes. If you decide to manually roll buckets, then you have to run the command for each index separately (10 times per you question). &lt;/P&gt;</description>
    <pubDate>Fri, 03 Aug 2018 15:14:42 GMT</pubDate>
    <dc:creator>sudosplunk</dc:creator>
    <dc:date>2018-08-03T15:14:42Z</dc:date>
    <item>
      <title>Index Cluster - Search Factro and Replication Factor NOt Met - Error “Cannot replicate as bucket hasn’t rolled yet.”</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Index-Cluster-Search-Factro-and-Replication-Factor-NOt-Met-Error/m-p/279398#M10526</link>
      <description>&lt;P&gt;I have Index cluster with 3 Nodes and intermittently I see that ‘Search Factor” and “Replication Factor” not met.&lt;BR /&gt;
When we navigate to setting&amp;gt;Clustering&amp;gt; Buckets&amp;gt; Bucket fix   and see that many bucket  show status like “Cannot replicate as bucket hasn’t rolled yet.”&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1209i9AD5D96C80BA61EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;How to resolve this issue and what is the impact?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 18:34:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Index-Cluster-Search-Factro-and-Replication-Factor-NOt-Met-Error/m-p/279398#M10526</guid>
      <dc:creator>sat94541</dc:creator>
      <dc:date>2016-04-08T18:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Index Cluster - Search Factro and Replication Factor NOt Met - Error “Cannot replicate as bucket hasn’t rolled yet.”</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Index-Cluster-Search-Factro-and-Replication-Factor-NOt-Met-Error/m-p/279399#M10527</link>
      <description>&lt;P&gt;This error is for hot buckets that are being index on the  Originating node - but the issue is  Data is not being replicated to any other Node to meet the required Replication and Search Factor.&lt;/P&gt;

&lt;P&gt;This Data will still be searchable  from the Originating node- but if the  Originating Nodes goes down the data will not be available on any other node.&lt;/P&gt;

&lt;P&gt;These error messages will disappears as these these buckets will roll from hot to warm. Upon roll of bucket Cluster Master will check if the RF and SF are not met - it will force copy of bucket to meet RF and SF.&lt;/P&gt;

&lt;P&gt;It may take days for bucket to roll - In case you   need to address this issue right away you have few options.&lt;/P&gt;

&lt;P&gt;1) Easy approach will be to issue rolling restart from Cluster the hot buckets will roll to warm and the issue wil lget addressed.&lt;BR /&gt;
or&lt;BR /&gt;
2) Other option will be to look for index have buckets in-such state and issue the command that will roll the hot bucket .Ran the following curl command on internal index _audit and roll the buckets from hot to warm &lt;/P&gt;

&lt;P&gt;curl -k -u admin:changeme &lt;A href="https://HOST:PORT/services/data/indexes/YOUR_INDEX/roll-hot-buckets"&gt;https://HOST:PORT/services/data/indexes/YOUR_INDEX/roll-hot-buckets&lt;/A&gt; -X POST&lt;/P&gt;

&lt;P&gt;HOST is the StreamingSource server name, PORT being 8089, YOUR_INDEX is the index needing to roll&lt;/P&gt;

&lt;P&gt;example of _audit&lt;/P&gt;

&lt;P&gt;curl -k -u admin:PASSWORD &lt;A href="https://idx2.coxauto.splunkcloud.com:8089/services/data/indexes/_audit/roll-hot-buckets"&gt;https://idx2.coxauto.splunkcloud.com:8089/services/data/indexes/_audit/roll-hot-buckets&lt;/A&gt; -X POST&lt;/P&gt;

&lt;P&gt;You will need to run this for each of teh index with buckets in  run on remaining indexes found here:&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 18:49:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Index-Cluster-Search-Factro-and-Replication-Factor-NOt-Met-Error/m-p/279399#M10527</guid>
      <dc:creator>rbal_splunk</dc:creator>
      <dc:date>2016-04-08T18:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Index Cluster - Search Factro and Replication Factor NOt Met - Error “Cannot replicate as bucket hasn’t rolled yet.”</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Index-Cluster-Search-Factro-and-Replication-Factor-NOt-Met-Error/m-p/279400#M10528</link>
      <description>&lt;P&gt;On CM if I see there are more than 10 indexes having this issue, then I have to run below command for all indexes ?&lt;/P&gt;

&lt;P&gt;curl -k -u admin:changeme &lt;A href="https://HOST:PORT/services/data/indexes/YOUR_INDEX/roll-hot-buckets"&gt;https://HOST:PORT/services/data/indexes/YOUR_INDEX/roll-hot-buckets&lt;/A&gt; -X POST&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 09:12:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Index-Cluster-Search-Factro-and-Replication-Factor-NOt-Met-Error/m-p/279400#M10528</guid>
      <dc:creator>kishor_pinjark2</dc:creator>
      <dc:date>2018-08-03T09:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Index Cluster - Search Factro and Replication Factor NOt Met - Error “Cannot replicate as bucket hasn’t rolled yet.”</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Index-Cluster-Search-Factro-and-Replication-Factor-NOt-Met-Error/m-p/279401#M10529</link>
      <description>&lt;P&gt;Yes. If you decide to manually roll buckets, then you have to run the command for each index separately (10 times per you question). &lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 15:14:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Index-Cluster-Search-Factro-and-Replication-Factor-NOt-Met-Error/m-p/279401#M10529</guid>
      <dc:creator>sudosplunk</dc:creator>
      <dc:date>2018-08-03T15:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Index Cluster - Search Factro and Replication Factor NOt Met - Error “Cannot replicate as bucket hasn’t rolled yet.”</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Index-Cluster-Search-Factro-and-Replication-Factor-NOt-Met-Error/m-p/279402#M10530</link>
      <description>&lt;P&gt;Newer versions of Splunk (at least in 7.x) have a roll bucket button under the "bucket status" on the indexing cluster page. Or you could just wait until they roll to warm if you are not worried about the replication not occurring until then...&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 22:53:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Index-Cluster-Search-Factro-and-Replication-Factor-NOt-Met-Error/m-p/279402#M10530</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2018-08-03T22:53:30Z</dc:date>
    </item>
  </channel>
</rss>

