<?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: Determine Host of Bucket Involved in Cluster Fixup Task in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Determine-Host-of-Bucket-Involved-in-Cluster-Fixup-Task/m-p/542282#M18592</link>
    <description>&lt;P&gt;Oustanding solution.&lt;BR /&gt;&lt;BR /&gt;We ended up using it for deleting buckets that were causing issues in our cluster.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Mar 2021 03:43:55 GMT</pubDate>
    <dc:creator>jaime_ramirez</dc:creator>
    <dc:date>2021-03-04T03:43:55Z</dc:date>
    <item>
      <title>Determine Host of Bucket Involved in Cluster Fixup Task</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Determine-Host-of-Bucket-Involved-in-Cluster-Fixup-Task/m-p/270768#M10313</link>
      <description>&lt;P&gt;If you go to /manager/system/clustering_bucket_details in the Web Interface of the Cluster Master you will get a nice view on all the fixup tasks involved in the Indexer Cluster. One thing that is missing from this view is the name of the indexer peer that is hosting the troubled bucket.&lt;/P&gt;

&lt;P&gt;If you take the name of a bucket, and append it to the rest interface /services/cluster/master/buckets/, you do get the indexer peer involved with that bucket.&lt;/P&gt;

&lt;P&gt;Is there any way to get this association for every fixup in progress? Essentially, I want to be able to generate a list of indexer peers that have active fixup tasks for some bucket they contain.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:33:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Determine-Host-of-Bucket-Involved-in-Cluster-Fixup-Task/m-p/270768#M10313</guid>
      <dc:creator>muebel</dc:creator>
      <dc:date>2020-09-29T07:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Determine Host of Bucket Involved in Cluster Fixup Task</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Determine-Host-of-Bucket-Involved-in-Cluster-Fixup-Task/m-p/270769#M10314</link>
      <description>&lt;P&gt;Just a note - a single bucket may live on multiple indexers. When the fixup jobs get scheduled by the Cluster Master, it may not involve the source peer at all - for example the Cluster Master may tell a Non-Source peer to replicate the bucket to another indexer.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 19:21:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Determine-Host-of-Bucket-Involved-in-Cluster-Fixup-Task/m-p/270769#M10314</guid>
      <dc:creator>dxu_splunk</dc:creator>
      <dc:date>2015-10-13T19:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Determine Host of Bucket Involved in Cluster Fixup Task</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Determine-Host-of-Bucket-Involved-in-Cluster-Fixup-Task/m-p/270770#M10315</link>
      <description>&lt;P&gt;Ended up figuring this out in a not-exactly-streamlined-but-works sort of way:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -s -k -u user:pass 'https://splunk-clusterMaster:8089/services/cluster/master/fixup?level=replication_factor&amp;amp;count=-1' | grep '&amp;lt;title&amp;gt;' | grep -v '&amp;lt;title&amp;gt;clustermasterfixup&amp;lt;/title&amp;gt;' | sed 's/    &amp;lt;title&amp;gt;//g' | sed 's@&amp;lt;/title&amp;gt;@@g' &amp;gt; fixup.list
for i in $(cat fixup.list); do curl -s -k -u user:pass "https://splunk-clusterMaster:8089/services/cluster/master/buckets/$i" | grep server_name &amp;gt;&amp;gt; fixup_peers.list; done
cat fixup_peers.list | sort -u
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This might be easier using Splunk's 'rest' command as it seems easier to parse the results using SPL rather than the haphazard grep and sed here.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 14:22:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Determine-Host-of-Bucket-Involved-in-Cluster-Fixup-Task/m-p/270770#M10315</guid>
      <dc:creator>muebel</dc:creator>
      <dc:date>2016-03-31T14:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Determine Host of Bucket Involved in Cluster Fixup Task</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Determine-Host-of-Bucket-Involved-in-Cluster-Fixup-Task/m-p/542282#M18592</link>
      <description>&lt;P&gt;Oustanding solution.&lt;BR /&gt;&lt;BR /&gt;We ended up using it for deleting buckets that were causing issues in our cluster.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 03:43:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Determine-Host-of-Bucket-Involved-in-Cluster-Fixup-Task/m-p/542282#M18592</guid>
      <dc:creator>jaime_ramirez</dc:creator>
      <dc:date>2021-03-04T03:43:55Z</dc:date>
    </item>
  </channel>
</rss>

