03-25-2011 06:19 PM
We're running ACE SM 3.2A and I was wondering if we were to use both, stickiness vs persistent rebalance, would stickiness override the persistent rebalance?
Thanks..
_ Greg
03-26-2011 08:41 AM
Hi Greg,
with persistent rebalance you force the ACE to inspect the connection and hence the connection won't lay in the fast path until it is terminated or it times out: it will be continuosly checked to decide what to do with multiple requests within the same TCP connection.
I'd say that persistent rebalance "overrides" stickiness.
Which stickiness are you speaking about?
Alessandro
03-26-2011 01:24 PM
I think he wants to know if persistence rebalance can "break" his stickyness, and the answer is no as persistence is performed after persistence rebalance.
03-26-2011 02:18 PM
Folks, thanks for your response. So, if we're deploying stickiness and a connection is "stuck" to a server, using persistence rebalance will not break that stickiness?
Thanks again..
03-26-2011 02:20 PM
If it was the case, no one would use persistence rebalance
Persistence rebalance is performed first and after the right path (class-map) is selected then persistence is checked on the selected serverfarm.
12-11-2012 11:49 AM
hello all
are you sure of that point ?
we have both stickiness based on src ip & persistence rebalance
but some applications are not working as expected since persistence rebalance is activated.
Thanx for your support .
12-12-2012 06:30 AM
Depending on how your class-maps and sticky groups are configured enabling persistence-rebalance could have an effect on the app.
for instance let’s say you have two class-maps using two different sticky groups for both.
A new user hits the vip and the first get request matches class-map 1. Since there is no sticky entry the ACE makes a LB decisions and picks server 1. A sticky entry will be created for this user. Get number 2 on the same tcp stream now matches class-map 2. If this class uses a different sticky group you would not have a sticky entry for this user and a new LB decision will be made. Even if you have the same physical servers in the farm if the sticky group is not the same it would create a new sticky entry but this time you could get sent to server 2.
Did this work before you enabled persistence-rebalance?
Can you provide the config you are using that is giving problems to see if this may be the case?
Thank you
Jim
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide