I think one open design discussion was how does ILB's load balancer handle key failures...
One such case( are there others that we need to consider?) is handling of idle or inactive session in stateful loadbalancing ( which can result from client or the server dying during the session) I am assuming one way to solve this would be to implement a timer related task that gets rid of idle session ( should the timer value be configurable?) Also I assume LB sends a TCP reset to servers so they can clean up resources associated with the session. Would you folks agree? Sangeeta
