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
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
..
core
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
include
Added callback for rwsplit router which traverses through every rwsplit router session and for each rses, all backend references. Each bref is checked whether it is connected to non responsive server and if it is flagged to be waiting for response from the non-responsive backend. For matching ones, backend protocol's hangup function is called.
2014-06-13 08:01:26 +03:00
inih
Updated gitignore files
2014-02-05 14:49:05 +01:00
modules
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
test
Merge branch 'master' into blr
2014-05-19 13:46:47 +01:00
Makefile
First working filters implementaton.
2014-05-30 16:45:39 +01:00
MaxScale_template.cnf
monitor_interval added
2014-06-04 11:57:33 +02:00