]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DOC] update ROADMAP
authorWilly Tarreau <w@1wt.eu>
Tue, 1 Mar 2011 20:28:51 +0000 (21:28 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 1 Mar 2011 20:29:11 +0000 (21:29 +0100)
add wish to kill existing sessions when entering maintenance mode.

ROADMAP

diff --git a/ROADMAP b/ROADMAP
index 047d13e5509fffe404f00155460895f3e5d8f663..5b28048d4fb332f4dff8bd4003641d088b36deb5 100644 (file)
--- a/ROADMAP
+++ b/ROADMAP
@@ -1,4 +1,4 @@
-Medium-long term roadmap - 2010/04/10
+Medium-long term roadmap - 2011/03/01
 
 Legend: '+' = done, '-' = todo, '*' = done except doc
 
@@ -19,8 +19,6 @@ Legend: '+' = done, '-' = todo, '*' = done except doc
   - add the ability to only dump response errors to more easily detect
     anomalies without being polluted with attacks in requests.
 
-  - add an error ID in captures to ease new error detection for scripts.
-
   - add support for server-side unix sockets
 
   - have multi-criteria analysers which subscribe to req flags, rsp flags, and
@@ -126,6 +124,8 @@ DONE:
 
   * hash: rehash non-consistent hashes with chash() for more randomness.
 
+  * add an error ID in captures to ease new error detection for scripts.
+
 
 1.6 (will probably change anyway) :
   - wait on resource (mem, socket, server's conn, server's rate, ...)
@@ -152,6 +152,14 @@ DONE:
   - evaluate the changes required for multi-process+shared mem or multi-thread
     +thread-local+fast locking.
 
+  - ability to kill an arbitrary session from the command line. Put a "kill now"
+    flag in every session which preempts any other processing and wake the
+    session up.
+
+  - ability to decide whether to drain or kill sessions when putting a server
+    to maintenance mode => requires a per-server session list and the change
+    above.
+
 Old, maybe obsolete points
  - clarify licence by adding a 'MODULE_LICENCE("GPL")' or something equivalent.