How can I determine the number of nodes I should deploy for an active active cluster of nodes? [closed] Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Come Celebrate our 10 Year Anniversary!How can I shut down (power off) cluster nodes during low load?Will restarting the “Cluster Service” on the active cluster node cause any outages?How strict are the firewalls between your cluster nodes communicating on the backend?What is the best storage for active-active linux cluster?How to set up a pacemaker cluster for active/active scenario and how it works?How to manage access to nodes in a cluster?Cluster nodes cannot ping the external networks (like google.com)Can OSSEC's active-response handle things at a cluster level?Hyper-V cluster - physical or virtual network adapters for nodes?
Could Neutrino technically as side-effect, incentivize centralization of the bitcoin network?
Putting Ant-Man on house arrest
"Rubric" as meaning "signature" or "personal mark" -- is this accepted usage?
"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?
Married in secret, can marital status in passport be changed at a later date?
How to keep bees out of canned beverages?
Israeli soda type drink
c++ diamond problem - How to call base method only once
Align column where each cell has two decimals with siunitx
Suing a Police Officer Instead of the Police Department
How do I check if a string is entirely made of the same substring?
Can you stand up from being prone using Skirmisher outside of your turn?
All ASCII characters with a given bit count
Has a Nobel Peace laureate ever been accused of war crimes?
What to do with someone that cheated their way through university and a PhD program?
What is /etc/mtab in Linux?
Co-worker works way more than he should
With indentation set to `0em`, when using a line break, there is still an indentation of a size of a space
Are all CP/M-80 implementations binary compatible?
A Paper Record is What I Hamper
How to get even lighting when using flash for group photos near wall?
Is accepting an invalid credit card number a security issue?
Is Diceware more secure than a long passphrase?
What is the best way to deal with NPC-NPC combat?
How can I determine the number of nodes I should deploy for an active active cluster of nodes? [closed]
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar Manara
Come Celebrate our 10 Year Anniversary!How can I shut down (power off) cluster nodes during low load?Will restarting the “Cluster Service” on the active cluster node cause any outages?How strict are the firewalls between your cluster nodes communicating on the backend?What is the best storage for active-active linux cluster?How to set up a pacemaker cluster for active/active scenario and how it works?How to manage access to nodes in a cluster?Cluster nodes cannot ping the external networks (like google.com)Can OSSEC's active-response handle things at a cluster level?Hyper-V cluster - physical or virtual network adapters for nodes?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I am looking at deploying a bunch of nodes all over the world that each replicate the exact same data.
These are all active-active and let's say the probability of a given node going down in given time period t is p.
How do I figure out then, the minimum number of nodes (n) I need to deploy, to achieve a global availability v, with these parameters t and p?
This may or may not be a math question but I am certain this is something someone has dealt with.
For example, with 99.99% ("four nines") availability, my network only is unavailable for a max of 52.60 minutes a year, which is 4.38 minutes per month, 1.01 minutes per week, or 8.64 seconds per day.
Thanks.
cluster
closed as too broad by joeqwerty, womble♦ Apr 18 at 12:18
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I am looking at deploying a bunch of nodes all over the world that each replicate the exact same data.
These are all active-active and let's say the probability of a given node going down in given time period t is p.
How do I figure out then, the minimum number of nodes (n) I need to deploy, to achieve a global availability v, with these parameters t and p?
This may or may not be a math question but I am certain this is something someone has dealt with.
For example, with 99.99% ("four nines") availability, my network only is unavailable for a max of 52.60 minutes a year, which is 4.38 minutes per month, 1.01 minutes per week, or 8.64 seconds per day.
Thanks.
cluster
closed as too broad by joeqwerty, womble♦ Apr 18 at 12:18
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I am looking at deploying a bunch of nodes all over the world that each replicate the exact same data.
These are all active-active and let's say the probability of a given node going down in given time period t is p.
How do I figure out then, the minimum number of nodes (n) I need to deploy, to achieve a global availability v, with these parameters t and p?
This may or may not be a math question but I am certain this is something someone has dealt with.
For example, with 99.99% ("four nines") availability, my network only is unavailable for a max of 52.60 minutes a year, which is 4.38 minutes per month, 1.01 minutes per week, or 8.64 seconds per day.
Thanks.
cluster
I am looking at deploying a bunch of nodes all over the world that each replicate the exact same data.
These are all active-active and let's say the probability of a given node going down in given time period t is p.
How do I figure out then, the minimum number of nodes (n) I need to deploy, to achieve a global availability v, with these parameters t and p?
This may or may not be a math question but I am certain this is something someone has dealt with.
For example, with 99.99% ("four nines") availability, my network only is unavailable for a max of 52.60 minutes a year, which is 4.38 minutes per month, 1.01 minutes per week, or 8.64 seconds per day.
Thanks.
cluster
cluster
edited Apr 18 at 1:39
Neeraj Murarka
asked Apr 18 at 1:10
Neeraj MurarkaNeeraj Murarka
1039
1039
closed as too broad by joeqwerty, womble♦ Apr 18 at 12:18
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as too broad by joeqwerty, womble♦ Apr 18 at 12:18
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
There's no exact answer - but you should at least read up on CAP theorem to design your network so it can handle a global scale fault. I'd hazard to guess that if you are asking this question, it would be best to keep the architecture simple and local to a given region to minimize latency impact.
Keep in mind that stateful geo-distribution is incredibly complex - there's a reason why many major sites (Reddit, Imgur, etc.) are single core location only. It took us many years of planning and execution for us to activate Speedtest.net in Active/Active mode globally.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
There's no exact answer - but you should at least read up on CAP theorem to design your network so it can handle a global scale fault. I'd hazard to guess that if you are asking this question, it would be best to keep the architecture simple and local to a given region to minimize latency impact.
Keep in mind that stateful geo-distribution is incredibly complex - there's a reason why many major sites (Reddit, Imgur, etc.) are single core location only. It took us many years of planning and execution for us to activate Speedtest.net in Active/Active mode globally.
add a comment |
There's no exact answer - but you should at least read up on CAP theorem to design your network so it can handle a global scale fault. I'd hazard to guess that if you are asking this question, it would be best to keep the architecture simple and local to a given region to minimize latency impact.
Keep in mind that stateful geo-distribution is incredibly complex - there's a reason why many major sites (Reddit, Imgur, etc.) are single core location only. It took us many years of planning and execution for us to activate Speedtest.net in Active/Active mode globally.
add a comment |
There's no exact answer - but you should at least read up on CAP theorem to design your network so it can handle a global scale fault. I'd hazard to guess that if you are asking this question, it would be best to keep the architecture simple and local to a given region to minimize latency impact.
Keep in mind that stateful geo-distribution is incredibly complex - there's a reason why many major sites (Reddit, Imgur, etc.) are single core location only. It took us many years of planning and execution for us to activate Speedtest.net in Active/Active mode globally.
There's no exact answer - but you should at least read up on CAP theorem to design your network so it can handle a global scale fault. I'd hazard to guess that if you are asking this question, it would be best to keep the architecture simple and local to a given region to minimize latency impact.
Keep in mind that stateful geo-distribution is incredibly complex - there's a reason why many major sites (Reddit, Imgur, etc.) are single core location only. It took us many years of planning and execution for us to activate Speedtest.net in Active/Active mode globally.
answered Apr 18 at 3:16
Brennen SmithBrennen Smith
1,315311
1,315311
add a comment |
add a comment |