}
}
-/* Marks server <s> down, regardless of its checks' statuses. The server is
- * registered in a list to postpone the counting of the remaining servers on
- * the proxy and transfers queued streams whenever possible to other servers at
- * a sync point. Maintenance servers are ignored.
+/* Marks server <s> down, regardless of its checks' statuses. The server
+ * transfers queued streams whenever possible to other servers at a sync
+ * point. Maintenance servers are ignored.
*
* Must be called with the server lock held.
*/
}
/* Marks server <s> up regardless of its checks' statuses and provided it isn't
- * in maintenance. The server is registered in a list to postpone the counting
- * of the remaining servers on the proxy and tries to grab requests from the
- * proxy at a sync point. Maintenance servers are ignored.
+ * in maintenance. The server tries to grab requests from the proxy at a sync
+ * point. Maintenance servers are ignored.
*
* Must be called with the server lock held.
*/
}
/* Marks server <s> stopping regardless of its checks' statuses and provided it
- * isn't in maintenance. The server is registered in a list to postpone the
- * counting of the remaining servers on the proxy and tries to grab requests
- * from the proxy. Maintenance servers are ignored.
+ * isn't in maintenance. The server tries to redispatch pending requests
+ * to the proxy. Maintenance servers are ignored.
*
* Must be called with the server lock held.
*/