This website requires JavaScript.
Explore
龙芯爱好者论坛
Help
Register
Sign In
hcq
/
MaxScale
Watch
1
Star
0
Fork
0
You've already forked MaxScale
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
dfc9141a385df50325182d9926af0b0baf60d3aa
MaxScale
/
server
/
modules
/
monitor
History
VilhoRaatikka
dfc9141a38
Whenever monitored server's state changes, a callback, router_handle_state_switch is called for each DCB in MaxScale session. The DCB referring to the server in question will be passed as parameter to backend DCB's hangup function.
...
The logic that solves the situation is not in place yet.
2014-06-13 13:30:50 +03:00
..
.gitignore
Updated gitignore files
2014-02-05 14:49:05 +01:00
galera_mon.c
Bug
#443
,
http://bugs.skysql.com/show_bug.cgi?id=443
2014-06-03 19:39:50 +03:00
Makefile
build_gateway.inc
2013-12-06 00:12:41 +02:00
mysql_mon.c
Whenever monitored server's state changes, a callback, router_handle_state_switch is called for each DCB in MaxScale session. The DCB referring to the server in question will be passed as parameter to backend DCB's hangup function.
2014-06-13 13:30:50 +03:00
mysqlmon.h
In dcb.c:dcb_close DCB is removed either before or after the call dcb->func.close. Since mysql backend protocol sends COM_QUIT and thus, writes to backend DCB, it is kept in DCB_STATE_POLLING until the write is completed.
2014-06-08 19:36:12 +03:00