<?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: Anyone run Cassandra Nodetool repair on a regular basis? in Dynatrace Managed Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Anyone-run-Cassandra-Nodetool-repair-on-a-regular-basis/m-p/127382#M1074</link>
    <description>&lt;P&gt;Radoslaw, Hey Buddy!  Is the default behavior of nodetool repair a full repair with the version of Cassandra in Dynatrace Managed? How would I check what the value of gc_grace_seconds is set to? &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Colin&lt;/P&gt;</description>
    <pubDate>Wed, 19 Feb 2020 18:47:11 GMT</pubDate>
    <dc:creator>colin_colehour</dc:creator>
    <dc:date>2020-02-19T18:47:11Z</dc:date>
    <item>
      <title>Anyone run Cassandra Nodetool repair on a regular basis?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Anyone-run-Cassandra-Nodetool-repair-on-a-regular-basis/m-p/127380#M1072</link>
      <description>&lt;P&gt;We are looking to add Cassandra nodetool repair scheduled tasks to our managed cluster and was wondering if anyone else was currently doing this. What schedule do you use for your cluster nodes? Does it run on each cluster node at the same time?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 17:48:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Anyone-run-Cassandra-Nodetool-repair-on-a-regular-basis/m-p/127380#M1072</guid>
      <dc:creator>colin_colehour</dc:creator>
      <dc:date>2020-02-19T17:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone run Cassandra Nodetool repair on a regular basis?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Anyone-run-Cassandra-Nodetool-repair-on-a-regular-basis/m-p/127381#M1073</link>
      <description>&lt;P&gt;Colin my friend,&lt;/P&gt;&lt;P&gt;That blog post might be interesting for you:&lt;/P&gt;&lt;P&gt;&lt;A href="https://thelastpickle.com/blog/2017/12/14/should-you-use-incremental-repair.html"&gt;https://thelastpickle.com/blog/2017/12/14/should-you-use-incremental-repair.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Repair in Apache Cassandra is a maintenance operation that restores data consistency throughout a cluster. It is advised to run repair operations at leasts every &lt;CODE&gt;gc_grace_seconds&lt;/CODE&gt; to ensure that tombstones will get replicated consistently to avoid zombie records if you perform DELETE statements on your tables.&lt;/P&gt;&lt;P&gt;That also is useful:&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/37921042/cassandra-nodetool-repair-best-practices"&gt;https://stackoverflow.com/questions/37921042/cassandra-nodetool-repair-best-practices&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;And DataStax recommendations :&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.datastax.com/en/archived/cassandra/2.2/cassandra/operations/opsRepairNodesWhen.html"&gt;https://docs.datastax.com/en/archived/cassandra/2.2/cassandra/operations/opsRepairNodesWhen.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 18:31:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Anyone-run-Cassandra-Nodetool-repair-on-a-regular-basis/m-p/127381#M1073</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-02-19T18:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone run Cassandra Nodetool repair on a regular basis?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Anyone-run-Cassandra-Nodetool-repair-on-a-regular-basis/m-p/127382#M1074</link>
      <description>&lt;P&gt;Radoslaw, Hey Buddy!  Is the default behavior of nodetool repair a full repair with the version of Cassandra in Dynatrace Managed? How would I check what the value of gc_grace_seconds is set to? &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Colin&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 18:47:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Anyone-run-Cassandra-Nodetool-repair-on-a-regular-basis/m-p/127382#M1074</guid>
      <dc:creator>colin_colehour</dc:creator>
      <dc:date>2020-02-19T18:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone run Cassandra Nodetool repair on a regular basis?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Anyone-run-Cassandra-Nodetool-repair-on-a-regular-basis/m-p/127383#M1075</link>
      <description>&lt;P&gt;I believe we use default. The default value of gc_grace_seconds is 864000 seconds (10 days).&lt;/P&gt;&lt;P&gt;I’ll try to double check tomorrow.&lt;/P&gt;&lt;P&gt;The nodetool script provided in the installation is just a wrapper for Cassandra nodetool. By default if node is not specified it runs on all nodes.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 19:14:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Anyone-run-Cassandra-Nodetool-repair-on-a-regular-basis/m-p/127383#M1075</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-02-19T19:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone run Cassandra Nodetool repair on a regular basis?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Anyone-run-Cassandra-Nodetool-repair-on-a-regular-basis/m-p/127384#M1076</link>
      <description>&lt;P&gt;For some tables it's 3d. Adding additional constraint that you have a large volume of data and the repair can take longer time - I'd say that it's be better to run repair only after 3d of node down or disconnected from the cluster.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 12:36:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Anyone-run-Cassandra-Nodetool-repair-on-a-regular-basis/m-p/127384#M1076</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-02-24T12:36:37Z</dc:date>
    </item>
  </channel>
</rss>

