<?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: When Managed Nodes each capture different data for same period of time, what would happen? in Dynatrace Managed Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114742#M1273</link>
    <description>&lt;PRE&gt;/utils/cassandra-nodetool.sh repair -full -dc&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;However, I'd rather not run that on your own, unless you have small size of metric storage. This operation might take very long and is resource consuming. In such case, I'd rather recommend contacting with Dynatrace ONE to open a support case so we can assist you.&lt;/P&gt;&lt;P&gt;In the near future we will automate that process so this will not be required.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jul 2020 17:25:04 GMT</pubDate>
    <dc:creator>Radoslaw_Szulgo</dc:creator>
    <dc:date>2020-07-21T17:25:04Z</dc:date>
    <item>
      <title>Dynatrace Managed nodes capturing different data for same period of time</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114735#M1266</link>
      <description>&lt;P&gt;Multi-node Managed-Cluster deployed at banking customer site, where some nodes are in Production Data Centre while some in DR Data Centre.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This customer also has same IP &amp;amp; same Hostname, for Banking Servers in both DR data centre as well as Production data centre.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently, the way this customer perform DR-simulation is by cut-off the connection between Prod Data Centre and DR Data Centre, then spawn-up all server instances in DR data centre and make sure servers and services in DR Data Center are running fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thus, unlike a real DR where Either Only Prod or DR are capturing data, in this DR-simulation both side are also capturing data during simulation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So before cut-off, data is captured and analyzed fine. During cut-off, Prod Nodes of Managed Cluster are capturing data on its own, DR Nodes of Managed CLuster also the same. The question comes after cut-off is finished: "When DR-Simulation Finished, both the PRod Nodes and DR Nodes of Managed Cluster able to talk back to each other. They would realized both side also captured different data for the same period of time, so what would the data looks like for that period of time?"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Would it be empty and no-data?&lt;/P&gt;
&lt;P&gt;2. If not empty, then it would use the data captured by Prod Nodes? or DR Nodes?&lt;/P&gt;
&lt;P&gt;3. If none of the above, then how does Managed decide what data to use?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Wai Keat&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 08:46:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114735#M1266</guid>
      <dc:creator>waikeat_chan</dc:creator>
      <dc:date>2023-05-25T08:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace Managed nodes capturing different data for same period of time</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114736#M1267</link>
      <description>&lt;P&gt;In case of node unavailability, Cassandra stores data "on a side" using so called "hinted handoffs" (&lt;A href="https://docs.datastax.com/en/archived/cassandra/3.0/cassandra/operations/opsRepairNodesHintedHandoff.html" target="_blank"&gt;https://docs.datastax.com/en/archived/cassandra/3.0/cassandra/operations/opsRepairNodesHintedHandoff.html&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;It is able to store up to 3 hours of data that are not synchronized. After that data will be overwritten and lost.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After nodes are up again, data from hinted handoffs will be synchronized to missing nodes.&lt;/P&gt;
&lt;P&gt;If the cut-off is longer than 3 hours, additionally cassandra would require a repair to be run, to make the data consistent back again.&lt;/P&gt;
&lt;P&gt;If outage is longer than 3 days, then nodes have to be rebuilt as cassandra will remove unavailable nodes.&lt;/P&gt;
&lt;P&gt;See also failover mechanism: &lt;A href="https://docs.dynatrace.com/managed/shortlink/managed-cluster-failover" target="_self"&gt;Managed failover mechanism&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's also risky here, is that I assume they have equally balanced Prod and DR DCs. For example, it's 3 nodes in Prod and 3 nodes in DR. If that's the case, they no longer have majority of nodes up when "cut-off" is done, and data cannot be stored/read properly. To address that scenario look at the Premium HA offering here: &lt;A href="https://docs.dynatrace.com/managed/shortlink/managed-multi-data-center" target="_self"&gt;Premium HA for multi-data centers&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 09:20:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114736#M1267</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2025-03-13T09:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: When Managed Nodes each capture different data for same period of time, what would happen?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114737#M1268</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.dynatrace.com/users/5499/view.html" nodeid="5499"&gt;@Radoslaw S.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;First few facts for our case:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Customer got 2 DCs, that are connected with dedicated communication tunnel with a latency that some time can reach till 15ms. &lt;/LI&gt;&lt;LI&gt;Both Dc's are running the same application but traffic is sent simultaneously only to one DC. &lt;/LI&gt;&lt;LI&gt;The plan to install 3 DTMC's on each DC (i.e. total of 6 DTMC's)&lt;/LI&gt;&lt;LI&gt;Customer will use the Fail Over mechanism (not the High Availability one). &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Now the questions are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is there a way to figure out what will be the overload of the cluster communication on the tunnel between the 2 DC's, Can it be calculate within the managed sizing excel?  &lt;/LI&gt;&lt;LI&gt;We know the limitation for FO says 10ms latency, what will happen if the latency will exceed 15ms?   &lt;/LI&gt;&lt;LI&gt;Will sync of data is guaranty after short cut off (less than 3 hours) between the 2 DC?&lt;/LI&gt;&lt;LI&gt;What is the set of steps customer will need to take after medium cut off (more than 3 hours)?&lt;/LI&gt;&lt;LI&gt;What is the set of steps customer will need to take after long cut off (more than 3 days)?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Yos &lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 19:10:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114737#M1268</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2020-07-14T19:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: When Managed Nodes each capture different data for same period of time, what would happen?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114738#M1269</link>
      <description>&lt;P&gt;1. That will be hard. I'd check how much you utilize between nodes in a DC - and it should be similar.&lt;/P&gt;&lt;P&gt;2. 15ms should be fine. The issues that arise with longer latency is data consistency and performance.&lt;/P&gt;&lt;P&gt;3. Yes, That's embedded in Cassandra.&lt;/P&gt;&lt;P&gt;4. Usually a cassandra db repair (nodetool repair) is needed to synchronize data between nodes. Visible issues might be gaps in data. We will work on running that automatically in the near future.&lt;/P&gt;&lt;P&gt;5. A cassandra db rebuild might be needed (nodetool rebuild) to synchronize the data from scratch on the node that was lost.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Moreover... you need to aware that if you cut-off 3 nodes out of 6 you can lose some data as data is stored with replication factor of 3 (there's a chance you cut-off nodes that contain all replicas of a given data). What could help here is to set up rack-aware set up so cassandra and elasticsearch are aware of nodes location and will not store all copies of data in a single location. That will be supported in the near future.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 10:41:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114738#M1269</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-07-15T10:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: When Managed Nodes each capture different data for same period of time, what would happen?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114739#M1270</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://answers.dynatrace.com/users/5499/view.html" nodeid="5499"&gt;@Radoslaw S.&lt;/A&gt; for the detailed answer.&lt;/P&gt;&lt;P&gt;We will wait for the update on supporting rack-aware.&lt;/P&gt;&lt;P&gt;All the best and stay safe.&lt;/P&gt;&lt;P&gt;Yos &lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 11:24:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114739#M1270</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2020-07-15T11:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: When Managed Nodes each capture different data for same period of time, what would happen?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114740#M1271</link>
      <description>&lt;P&gt;Racks configuration will be possible if you can set up 3 racks. Otherwise 2 racks will be  vulnerable to split brain (as running just 2 nodes) - then the only turnkey solution providing fault-tolerance is Premium HA. &lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 11:41:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114740#M1271</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-07-15T11:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: When Managed Nodes each capture different data for same period of time, what would happen?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114741#M1272</link>
      <description>&lt;P&gt;Hi Radoslaw,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;When you mentioned "If the cut-off is longer than 3 hours, additionally cassandra would require a repair to be run, to make the data consistent back again. "&lt;/P&gt;&lt;P&gt;How to do/run the repair to be exact?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Wai Keat&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 16:53:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114741#M1272</guid>
      <dc:creator>waikeat_chan</dc:creator>
      <dc:date>2020-07-21T16:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: When Managed Nodes each capture different data for same period of time, what would happen?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114742#M1273</link>
      <description>&lt;PRE&gt;/utils/cassandra-nodetool.sh repair -full -dc&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;However, I'd rather not run that on your own, unless you have small size of metric storage. This operation might take very long and is resource consuming. In such case, I'd rather recommend contacting with Dynatrace ONE to open a support case so we can assist you.&lt;/P&gt;&lt;P&gt;In the near future we will automate that process so this will not be required.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 17:25:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114742#M1273</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-07-21T17:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: When Managed Nodes each capture different data for same period of time, what would happen?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114743#M1274</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/5499/view.html" nodeid="5499"&gt;@Radoslaw S.,&lt;/A&gt; &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;above nodetool command won't work at all, cause the "repair" option is missing&lt;/LI&gt;&lt;LI&gt;even with the "repair" option, "-pr" alone likely will be rejected by our nodetool wrapper script&lt;/LI&gt;&lt;LI&gt;as you know, as we had some nice findings in the Cassandra repair area while building our HA solution, it even can be dangerous for the Cassandra cluster if we promote/communicate wrong usage of nodetool repair to the outside world&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 23 Jul 2020 06:05:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114743#M1274</guid>
      <dc:creator>thomas_steinma1</dc:creator>
      <dc:date>2020-07-23T06:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: When Managed Nodes each capture different data for same period of time, what would happen?</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114744#M1275</link>
      <description>&lt;P&gt;you are right. I've updated my comment with proper "-full -dc" option that is the only way. &lt;BR /&gt;&lt;BR /&gt;As I mentioned in my comment as well, I don't recommend running that without Dynatrace assistance.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 07:44:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Dynatrace-Managed-nodes-capturing-different-data-for-same-period/m-p/114744#M1275</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-07-23T07:44:18Z</dc:date>
    </item>
  </channel>
</rss>

