From: Marko Kreen Date: Thu, 20 Dec 2007 14:37:39 +0000 (+0000) Subject: todo update: new states X-Git-Tag: pgbouncer_1_2_rc2~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02daff22301038b9e45e97d2d60c07fd13b4a5c3;p=pgbouncer todo update: new states --- diff --git a/doc/todo.txt b/doc/todo.txt index 58b9ee4..4c8a0b3 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -12,18 +12,21 @@ * removing db from config and reload; should work - kill connections * removing user should work - kill connections - * suspend_timeout - drop stalled conns + * suspend_timeout - drop stalled conns, long logins * when dest db does not exists, stalled logins can halt suspend fix with suspend_timeout? * some preliminary notification that fd limit is full * SHOW TOTALS that shows stats summary (as goes to log) plus mem usage. + * new states for clients: idle and in-query. That allows to apply + client_idle_timeout and query_timeout without walking all clients + on maintenance time. * ..hopefully.. make -R less scary * ..maybe.. make plan cache work == Minor features == * drop_on_error/keep_on_error - if released conn is in error state, - then issue rollback and keep it + then issue rollback and keep it * show stalled; command - like show sockets; but filter only active ones * keep stats about error counts