MySQL Forums
Forum List  »  Router & Proxy

Re: read queries are not executing on backend-read-only server
Posted by: Yogesh Malik
Date: July 21, 2009 12:31AM

i executed following script to make connection pool as per your suggestion
for i in `seq 1 500` ; do mysql -uuser -ppass -h10.10.159.199 -P 4040 -e "exit"; done ;

on every connect proxy generating errro:
network-mysqld-proxy.c.3525: (connect_server) split.lua:89: attempt to compare number with nil

is it because proxy has problem connecting to slave?


-yogesh

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: read queries are not executing on backend-read-only server
2689
July 21, 2009 12:31AM


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.