Discussion:
[LinuxFailSafe] Scalability of Failsafe
Dileep Matheri
2003-04-23 14:15:45 UTC
Permalink
Hello All,

By browsing the Failsafe code, we understood that it supports 32 nodes.

Right now we are trying to evaluate some linux HA products. One of them
is Failsafe.
The requirement is 32 node support at this point. But in future it may
need to scale
upto 300 nodes. Our questions to the linux Failsafe community is:

1. Is Failsafe is scalable beyond 32 nodes?
2. Upto how many nodes Failsafe can scale?
3. If Failsafe can not scale more than 32, what could be the reason for
that? or what
are the problematic areas?

Thanks in advance,
Santhosh/Dileep.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.community.tummy.com/pipermail/linuxfailsafe/attachments/20030423/21fdad40/attachment.html>
Padmanabhan Sreenivasan
2003-04-23 17:30:55 UTC
Permalink
Post by Dileep Matheri
Hello All,
By browsing the Failsafe code, we understood that it supports 32 nodes.
Right now we are trying to evaluate some linux HA products. One of them is Failsafe.
The requirement is 32 node support at this point. But in future it may need to scale
1. Is Failsafe is scalable beyond 32 nodes?
Not without changes. Some algorithms do not scale well.
Post by Dileep Matheri
2. Upto how many nodes Failsafe can scale?
It can work upto 32 nodes (there are assumptions in the
code about the max size of cluster being 32). Linux FailSafe
has been tested upto 8 nodes.
Post by Dileep Matheri
3. If Failsafe can not scale more than 32, what could be the reason for that? or what
are the problematic areas?
Cluster membership services algorithm has to be changed. This
algorithm will be the first bottleneck.

Paddy
Post by Dileep Matheri
Thanks in advance,
Santhosh/Dileep.
Loading...