Files
MaxScale/server/core
VilhoRaatikka 65c42b93cf If backend fails and sets session state to SESSION_STATE_STOPPING before session is in state SESSION_STATE_ROUTER_READY, sessoin.c:session_alloc overwrites the session state by SESSION_STATE_ROUTER_READY. Protected session state modification and added check before changing the state.
cloesSession was called in session.c:session_free if all DCBs had been removed their references to session. closeSession, however, is function which handles closing router. Router is responsible for closing all backend DCBs (=connections). Thus, calling sessionClose after all backend connections had been removed already is unnecessary and causes assertion traps.

Simply removed the call.
2014-06-24 21:59:42 +03:00
..
2014-05-19 13:46:47 +01:00
2014-02-05 14:49:05 +01:00
2014-06-16 08:40:04 +01:00
2014-06-16 08:40:04 +01:00
2014-06-16 19:53:19 +03:00
2014-06-05 15:26:57 +01:00
2014-05-28 15:44:51 +02:00
2014-06-06 23:32:04 +03:00
2014-06-16 19:53:19 +03:00
2014-02-28 15:47:11 +01:00