Re: rw splitting
Ok I did a little more testing, Seems that everything works great until pool.cur_idle is greater than pool.min_idle. At this point every other query sometimes less than that seems to work and the ones that dont give a failure to connect error.
[1].connected_clients = 0
[1].pool.cur_idle = 502
[1].pool.max_idle = 1000
[1].pool.min_idle = 500
[1].type = 1
[1].state = 1
[2].connected_clients = 13
[2].pool.cur_idle = 501
[2].pool.max_idle = 1000
[2].pool.min_idle = 500
[2].type = 2
[2].state = 1
[3].connected_clients = 3
[3].pool.cur_idle = 510
[3].pool.max_idle = 1000
[3].pool.min_idle = 500
[3].type = 2
[3].state = 1
[1] taking master as default
Subject
Views
Written By
Posted
3575
October 13, 2007 04:07PM
Re: rw splitting
2691
October 15, 2007 12:22PM
2715
October 15, 2007 12:25PM
2557
October 15, 2007 07:58PM
2378
October 22, 2007 05:20AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.