Jump to content

server with active connection goes down


Recommended Posts

To expand on what Diego said.  It depends on what type of "down"

If the service is "out of service" because it reaches a max threshold or you manually "disable" the service gracefully, then as long as "down state flush" is disabled, then existing transactions will complete, but no new transactions will be sent that service.  New load balancing/persistence decisions will be made for relevant transactions.  If "down state flush" is enabled, then all existing transactions end on current service and will be forced to start on new one. See here:  https://support.citrix.com/article/CTX124710

 

If the service is "down" because it is offline/unavailable, then it is not possible to allow existing transactions to complete.  And as Diego noted, any "persistence" against the "down" service will be discarded for a new persistence decision as the current persistence cannot be honored.

 

For your original question, the netscaler can only "move" a request to a new destination during the next request decision.  So a service going offline mid-transaction may impact that particular transaction, but the user's next request will be load balanced appropriately.

 

 

 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...